summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-15 15:57:19 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-15 15:57:19 +0000
commita41f7e04acfb2181f176a826f96fd540c31ada61 (patch)
tree46a54d1a7cbd37509647fbd88a2a22f214c608dd /configure
parentf23a726b3631e028fd1df8e8f114a6e1a138f88c (diff)
downloadmpv-a41f7e04acfb2181f176a826f96fd540c31ada61.tar.bz2
mpv-a41f7e04acfb2181f176a826f96fd540c31ada61.tar.xz
Get rid of now unused FFmpeg ENABLE_ preprocessor directives.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28318 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure19
1 files changed, 2 insertions, 17 deletions
diff --git a/configure b/configure
index 9949706ea3..1a9e35561c 100755
--- a/configure
+++ b/configure
@@ -8192,10 +8192,8 @@ test -z "$_nprefix" && _nprefix='CONFIG'
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_mlib
$_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 @@ $_def_yasm
#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