]> git.sesse.net Git - ffmpeg/commitdiff
AC3 encoder doesn't need FFT
authorMåns Rullgård <mans@mansr.com>
Sat, 25 Oct 2008 13:51:39 +0000 (13:51 +0000)
committerMåns Rullgård <mans@mansr.com>
Sat, 25 Oct 2008 13:51:39 +0000 (13:51 +0000)
Originally committed as revision 15704 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 8c31782b08256176d6529bc14acc35d789954ee4..7f4e8f4afe9d94ad7e9c1c702f5d22cb182a03f1 100755 (executable)
--- a/configure
+++ b/configure
@@ -922,7 +922,6 @@ fft_mmx_deps="mmx yasm"
 aac_decoder_select="fft"
 ac3_decoder_deps="gpl"
 ac3_decoder_select="fft"
-ac3_encoder_select="fft"
 atrac3_decoder_select="fft"
 cook_decoder_select="fft"
 dca_decoder_select="fft"