diff options
author | Måns Rullgård <mans@mansr.com> | 2008-10-24 21:44:54 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-10-24 21:44:54 +0000 |
commit | 1848f7d9f9a36f4bcde12a765bcc0a871cf1b942 (patch) | |
tree | 9311a12db4a53ca6b8fa3585f4ac0fed9db32cbf /configure | |
parent | 6a702d4c7d10fa5108161cb6cb2445888ff7bced (diff) | |
download | ffmpeg-1848f7d9f9a36f4bcde12a765bcc0a871cf1b942.tar.gz |
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-x | configure | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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" |