Commit 17240bd8 authored by mru's avatar mru

DCA decoder needs FFT

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15691 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e2e46e53
...@@ -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