summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-05-04 19:17:30 +0200
committerDiego Biurrun <diego@biurrun.de>2011-05-04 21:12:41 +0200
commit3d2690592577ad4b4318cc7a6dcab63481a5acae (patch)
tree771065ecac6b82a2e40b77473ea970e1f298e298 /configure
parenta33657ce5b065df045c7567517641f40e7aab1f8 (diff)
downloadffmpeg-streaming-3d2690592577ad4b4318cc7a6dcab63481a5acae.zip
ffmpeg-streaming-3d2690592577ad4b4318cc7a6dcab63481a5acae.tar.gz
Fix standalone compilation of ac3_fixed encoder.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
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"
OpenPOWER on IntegriCloud