diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2010-07-15 08:56:18 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2010-07-15 08:56:18 +0000 |
commit | 720e4c794cca5067b65fa9c4a1cd7fbd4fc9b93f (patch) | |
tree | 504f02674c71ce3cb1ef6c35541fb38df64ec0b2 /configure | |
parent | 99ca7c94c4540ee0f5639efe669caaa27608cc70 (diff) | |
download | ffmpeg-720e4c794cca5067b65fa9c4a1cd7fbd4fc9b93f.tar.gz |
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-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |