Mercurial > mplayer.hg
changeset 28357:69666dbc63a9
Enable RDFT in FFmpeg, some codecs depend on it.
author | diego |
---|---|
date | Fri, 30 Jan 2009 20:48:47 +0000 |
parents | db4b5631c26b |
children | 255f4c172937 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri Jan 30 20:20:06 2009 +0000 +++ b/configure Fri Jan 30 20:48:47 2009 +0000 @@ -8151,6 +8151,7 @@ CONFIG_FFT_MMX=$fft_mmx CONFIG_GOLOMB=yes CONFIG_MDCT=yes +CONFIG_RDFT=yes CONFIG_ENCODERS=yes CONFIG_GPL=yes @@ -8588,6 +8589,7 @@ #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