diff options
author | Måns Rullgård <mans@mansr.com> | 2008-10-24 23:18:16 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-10-24 23:18:16 +0000 |
commit | 3c69e5d3deaaab0a45c5cddface51799667cf44e (patch) | |
tree | 55f5e683bfc2bb7945987620c8dcc389e575f9ef | |
parent | c510c7b5d9151b909fc60f6cad3cda3473a4c051 (diff) | |
download | ffmpeg-3c69e5d3deaaab0a45c5cddface51799667cf44e.tar.gz |
DCA decoder needs FFT
Originally committed as revision 15691 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |