From c54982e5da563caa8337c8f4cab925cf951f1e89 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 30 Jan 2009 20:48:47 +0000 Subject: Enable RDFT in FFmpeg, some codecs depend on it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28392 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') 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 -- cgit v1.2.3