summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-30 20:48:47 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-30 20:48:47 +0000
commitc54982e5da563caa8337c8f4cab925cf951f1e89 (patch)
tree768200a67805484a1d22639781cf68b4345a2cc1 /configure
parent9cc309bcc89454ac489b5ce5655a8466380bc452 (diff)
downloadmpv-c54982e5da563caa8337c8f4cab925cf951f1e89.tar.bz2
mpv-c54982e5da563caa8337c8f4cab925cf951f1e89.tar.xz
Enable RDFT in FFmpeg, some codecs depend on it.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28392 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 a684153a14..72a14613a8 100755
--- a/configure
+++ b/configure
@@ -8151,6 +8151,7 @@ CONFIG_FFT=yes
CONFIG_FFT_MMX=$fft_mmx
CONFIG_GOLOMB=yes
CONFIG_MDCT=yes
+CONFIG_RDFT=yes
CONFIG_ENCODERS=yes
CONFIG_GPL=yes
@@ -8588,6 +8589,7 @@ $_def_yasm
#define CONFIG_FFT 1
#define CONFIG_GOLOMB 1
#define CONFIG_MDCT 1
+#define CONFIG_RDFT 1
/* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */
#define HAVE_EBX_AVAILABLE 1