summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-10-24 21:44:54 +0000
committerMåns Rullgård <mans@mansr.com>2008-10-24 21:44:54 +0000
commit1848f7d9f9a36f4bcde12a765bcc0a871cf1b942 (patch)
tree9311a12db4a53ca6b8fa3585f4ac0fed9db32cbf /configure
parent6a702d4c7d10fa5108161cb6cb2445888ff7bced (diff)
Auto-enable CONFIG_FFT for codecs that need it
Originally committed as revision 15686 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure17
1 files changed, 17 insertions, 0 deletions
diff --git a/configure b/configure
index db54211667..036106e531 100755
--- a/configure
+++ b/configure
@@ -681,6 +681,7 @@ CONFIG_LIST="
ffmpeg
ffplay
ffserver
+ fft
gpl
gprof
gray
@@ -868,15 +869,31 @@ ssse3_deps="x86"
vis_deps="sparc"
# decoders / encoders
+aac_decoder_select="fft"
ac3_decoder_deps="gpl"
+ac3_decoder_select="fft"
+ac3_encoder_select="fft"
+atrac3_decoder_select="fft"
+cook_decoder_select="fft"
dxa_decoder_deps="zlib"
eac3_decoder_deps="gpl"
+eac3_decoder_select="fft"
flashsv_decoder_deps="zlib"
flashsv_encoder_deps="zlib"
+imc_decoder_select="fft"
mlp_decoder_deps="mlp_parser"
mpeg_xvmc_decoder_deps="xvmc"
+nellymoser_decoder_select="fft"
+nellymoser_encoder_select="fft"
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"
zmbv_decoder_deps="zlib"
zmbv_encoder_deps="zlib"