summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2010-07-15 08:56:18 +0000
committerVitor Sessak <vitor1001@gmail.com>2010-07-15 08:56:18 +0000
commit720e4c794cca5067b65fa9c4a1cd7fbd4fc9b93f (patch)
tree504f02674c71ce3cb1ef6c35541fb38df64ec0b2 /configure
parent99ca7c94c4540ee0f5639efe669caaa27608cc70 (diff)
Fix obviously missing dependency of float DCT.
Fixes issue 2095. Originally committed as revision 24245 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 2a1d520e1c..3b22e1f4e6 100755
--- a/configure
+++ b/configure
@@ -1160,6 +1160,7 @@ symver_if_any="symver_asm_label symver_gnu_asm"
# subsystems
mdct_select="fft"
rdft_select="fft"
+dct_select="rdft"
# decoders / encoders / hardware accelerators
aac_decoder_select="mdct rdft"