1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

DCA decoder needs FFT

Originally committed as revision 15691 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård
2008-10-24 23:18:16 +00:00
parent c510c7b5d9
commit 3c69e5d3de

1
configure vendored
View File

@@ -916,6 +916,7 @@ ac3_decoder_select="fft"
ac3_encoder_select="fft"
atrac3_decoder_select="fft"
cook_decoder_select="fft"
dca_decoder_select="fft"
dxa_decoder_deps="zlib"
eac3_decoder_deps="gpl"
eac3_decoder_select="fft"