Mercurial > mplayer.hg
changeset 28283:4d269077c3dd
Get rid of now unused FFmpeg ENABLE_ preprocessor directives.
author | diego |
---|---|
date | Thu, 15 Jan 2009 15:57:19 +0000 |
parents | 31849f6ac0c7 |
children | 571a7cfb4073 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 17 deletions(-) [+] |
line wrap: on
line diff
--- 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