summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-10-25 13:51:43 +0000
committerMåns Rullgård <mans@mansr.com>2008-10-25 13:51:43 +0000
commit47a158cb8b3ab2bb67a12ebfb95f0a70fe044f32 (patch)
treef17d55452f5e93219bab01fb30ddc09cce56c4d9 /configure
parent1091c959b1b99e8c17ea2474d2ca9439827445fa (diff)
Auto-enable CONFIG_MDCT when needed
Originally committed as revision 15705 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure33
1 files changed, 17 insertions, 16 deletions
diff --git a/configure b/configure
index 7f4e8f4afe..75bba3b306 100755
--- a/configure
+++ b/configure
@@ -744,6 +744,7 @@ CONFIG_LIST="
libvorbis
libx264
libxvid
+ mdct
memalign_hack
mlib
mpegaudio_hp
@@ -919,30 +920,30 @@ fft_suggest="fft_mmx"
fft_mmx_deps="mmx yasm"
# decoders / encoders
-aac_decoder_select="fft"
+aac_decoder_select="fft mdct"
ac3_decoder_deps="gpl"
-ac3_decoder_select="fft"
-atrac3_decoder_select="fft"
-cook_decoder_select="fft"
-dca_decoder_select="fft"
+ac3_decoder_select="fft mdct"
+atrac3_decoder_select="fft mdct"
+cook_decoder_select="fft mdct"
+dca_decoder_select="fft mdct"
dxa_decoder_deps="zlib"
eac3_decoder_deps="gpl"
-eac3_decoder_select="fft"
+eac3_decoder_select="fft mdct"
flashsv_decoder_deps="zlib"
flashsv_encoder_deps="zlib"
-imc_decoder_select="fft"
+imc_decoder_select="fft mdct"
mpeg_xvmc_decoder_deps="xvmc"
-nellymoser_decoder_select="fft"
-nellymoser_encoder_select="fft"
+nellymoser_decoder_select="fft mdct"
+nellymoser_encoder_select="fft mdct"
png_decoder_deps="zlib"
png_encoder_deps="zlib"
-qdm2_decoder_select="fft"
-vorbis_decoder_select="fft"
-vorbis_encoder_select="fft"
-wmav1_decoder_select="fft"
-wmav1_encoder_select="fft"
-wmav2_decoder_select="fft"
-wmav2_encoder_select="fft"
+qdm2_decoder_select="fft mdct"
+vorbis_decoder_select="fft mdct"
+vorbis_encoder_select="fft mdct"
+wmav1_decoder_select="fft mdct"
+wmav1_encoder_select="fft mdct"
+wmav2_decoder_select="fft mdct"
+wmav2_encoder_select="fft mdct"
zmbv_decoder_deps="zlib"
zmbv_encoder_deps="zlib"