summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-03-15 06:39:21 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-03-15 06:39:21 +0000
commit2c2097601e579ee0a5af2f7b4f5ac0aed3c3e3ff (patch)
treee37037f7278f6a9b6df26da8d560a638f922f45e /configure
parent6ca07e4c8bc5b2e794bf89b4c1283d6d8c03c76e (diff)
downloadmpv-2c2097601e579ee0a5af2f7b4f5ac0aed3c3e3ff.tar.bz2
mpv-2c2097601e579ee0a5af2f7b4f5ac0aed3c3e3ff.tar.xz
Add CONFIG_DCT and CONFIG_DWT to config.h as well as to config.mak for FFmpeg.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30896 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 5663287e20..b34dbec8c1 100755
--- a/configure
+++ b/configure
@@ -9217,6 +9217,8 @@ $def_yasm
/* Some FFmpeg codecs depend on these. Enable them unconditionally for now. */
#define CONFIG_AANDCT 1
+#define CONFIG_DCT 1
+#define CONFIG_DWT 1
#define CONFIG_FFT 1
#define CONFIG_GOLOMB 1
#define CONFIG_LPC 1