summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-03-14 22:50:15 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-03-14 22:50:15 +0000
commit299f7ad933f93961027aae5d253a50b346f8bc26 (patch)
tree33d85f66d66721992813c9ac6a28c730dd8c2c55 /configure
parentaee9749bca8e418752627bbfe8859029ea43d28e (diff)
downloadmpv-299f7ad933f93961027aae5d253a50b346f8bc26.tar.bz2
mpv-299f7ad933f93961027aae5d253a50b346f8bc26.tar.xz
Fix compilation after FFmpeg r22522.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30889 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index bd6e9ab833..ac6ef191f8 100755
--- a/configure
+++ b/configure
@@ -8702,6 +8702,7 @@ FULLNAME=\$(NAME)\$(BUILDSUF)
# Some FFmpeg codecs depend on these. Enable them unconditionally for now.
CONFIG_AANDCT=yes
CONFIG_DCT=yes
+CONFIG_DWT=yes
CONFIG_FFT=yes
CONFIG_FFT_MMX=$fft_mmx
CONFIG_GOLOMB=yes