comparison configure @ 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
comparison
equal deleted inserted replaced
28356:db4b5631c26b 28357:69666dbc63a9
8149 CONFIG_AANDCT=yes 8149 CONFIG_AANDCT=yes
8150 CONFIG_FFT=yes 8150 CONFIG_FFT=yes
8151 CONFIG_FFT_MMX=$fft_mmx 8151 CONFIG_FFT_MMX=$fft_mmx
8152 CONFIG_GOLOMB=yes 8152 CONFIG_GOLOMB=yes
8153 CONFIG_MDCT=yes 8153 CONFIG_MDCT=yes
8154 CONFIG_RDFT=yes
8154 8155
8155 CONFIG_ENCODERS=yes 8156 CONFIG_ENCODERS=yes
8156 CONFIG_GPL=yes 8157 CONFIG_GPL=yes
8157 CONFIG_LIBAMR=$_libamr 8158 CONFIG_LIBAMR=$_libamr
8158 CONFIG_LIBAMR_NB=$_libamr_nb 8159 CONFIG_LIBAMR_NB=$_libamr_nb
8586 /* Some FFmpeg codecs depend on these. Enable them unconditionally for now. */ 8587 /* Some FFmpeg codecs depend on these. Enable them unconditionally for now. */
8587 #define CONFIG_AANDCT 1 8588 #define CONFIG_AANDCT 1
8588 #define CONFIG_FFT 1 8589 #define CONFIG_FFT 1
8589 #define CONFIG_GOLOMB 1 8590 #define CONFIG_GOLOMB 1
8590 #define CONFIG_MDCT 1 8591 #define CONFIG_MDCT 1
8592 #define CONFIG_RDFT 1
8591 8593
8592 /* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */ 8594 /* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */
8593 #define HAVE_EBX_AVAILABLE 1 8595 #define HAVE_EBX_AVAILABLE 1
8594 #ifndef MP_DEBUG 8596 #ifndef MP_DEBUG
8595 #define HAVE_EBP_AVAILABLE 1 8597 #define HAVE_EBP_AVAILABLE 1