[FFmpeg-cvslog] Fix standalone compilation of ac3_fixed encoder.
Diego Biurrun
git at videolan.org
Thu May 5 03:30:46 CEST 2011
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed May 4 19:17:30 2011 +0200| [3d2690592577ad4b4318cc7a6dcab63481a5acae] | committer: Diego Biurrun
Fix standalone compilation of ac3_fixed encoder.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3d2690592577ad4b4318cc7a6dcab63481a5acae
---
configure | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure b/configure
index e79bd0e..7b3f5b4 100755
--- a/configure
+++ b/configure
@@ -1242,7 +1242,7 @@ aac_encoder_select="mdct sinewin"
aac_latm_decoder_select="aac_decoder aac_latm_parser"
ac3_decoder_select="mdct ac3dsp ac3_parser"
ac3_encoder_select="mdct ac3dsp"
-ac3_fixed_encoder_select="ac3dsp"
+ac3_fixed_encoder_select="mdct ac3dsp"
alac_encoder_select="lpc"
amrnb_decoder_select="lsp"
amrwb_decoder_select="lsp"
More information about the ffmpeg-cvslog
mailing list