# HG changeset patch # User diego # Date 1232035039 0 # Node ID 4d269077c3dd4a5ca781d1814c3d5ceae136c9ff # Parent 31849f6ac0c72f3acbb2c2d691d1d06d1d756fcb Get rid of now unused FFmpeg ENABLE_ preprocessor directives. diff -r 31849f6ac0c7 -r 4d269077c3dd configure --- a/configure Thu Jan 15 15:56:24 2009 +0000 +++ b/configure Thu Jan 15 15:57:19 2009 +0000 @@ -8192,10 +8192,8 @@ for part in $1; do if ` echo $2 | grep -q -E "(^| )$part($| )" `; then echo "#define ${_nprefix}_$part 1" - echo "#define ENABLE_$part 1" else echo "#define ${_nprefix}_$part 0" - echo "#define ENABLE_$part 0" fi done } @@ -8579,26 +8577,17 @@ $_def_mkstemp $_def_pthreads $_def_threads -#ifdef HAVE_THREADS -#define ENABLE_THREADS 1 -#else -#define ENABLE_THREADS 0 -#endif $_def_yasm #define CONFIG_GPL 1 -#define ENABLE_SMALL 0 -#define ENABLE_GRAY 0 +#define CONFIG_SMALL 0 +#define CONFIG_GRAY 0 /* Some FFmpeg codecs depend on these. Enable them unconditionally for now. */ #define CONFIG_AANDCT 1 -#define ENABLE_AANDCT 1 #define CONFIG_FFT 1 -#define ENABLE_FFT 1 #define CONFIG_GOLOMB 1 -#define ENABLE_GOLOMB 1 #define CONFIG_MDCT 1 -#define ENABLE_MDCT 1 /* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */ #define HAVE_EBX_AVAILABLE 1 @@ -8607,12 +8596,8 @@ #endif #define CONFIG_DECODERS 1 -#define ENABLE_DECODERS 1 #define CONFIG_ENCODERS 1 -#define ENABLE_ENCODERS 1 - #define CONFIG_DEMUXERS 1 -#define ENABLE_DEMUXERS 1 $_def_muxers