summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-10-24 23:18:16 +0000
committerMåns Rullgård <mans@mansr.com>2008-10-24 23:18:16 +0000
commit3c69e5d3deaaab0a45c5cddface51799667cf44e (patch)
tree55f5e683bfc2bb7945987620c8dcc389e575f9ef /configure
parentc510c7b5d9151b909fc60f6cad3cda3473a4c051 (diff)
DCA decoder needs FFT
Originally committed as revision 15691 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index c72c2780df..64dabf94d0 100755
--- a/configure
+++ b/configure
@@ -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"