Commit 3c69e5d3 authored by Måns Rullgård's avatar Måns Rullgård

DCA decoder needs FFT

Originally committed as revision 15691 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c510c7b5
...@@ -916,6 +916,7 @@ ac3_decoder_select="fft" ...@@ -916,6 +916,7 @@ ac3_decoder_select="fft"
ac3_encoder_select="fft" ac3_encoder_select="fft"
atrac3_decoder_select="fft" atrac3_decoder_select="fft"
cook_decoder_select="fft" cook_decoder_select="fft"
dca_decoder_select="fft"
dxa_decoder_deps="zlib" dxa_decoder_deps="zlib"
eac3_decoder_deps="gpl" eac3_decoder_deps="gpl"
eac3_decoder_select="fft" eac3_decoder_select="fft"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment