summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-15 15:56:24 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-15 15:56:24 +0000
commitf23a726b3631e028fd1df8e8f114a6e1a138f88c (patch)
tree71e9259121b48c9c3dc884f94ccaebaa3d029901 /configure
parent795372e836f5710fa33165a8da62d5030309aefb (diff)
downloadmpv-f23a726b3631e028fd1df8e8f114a6e1a138f88c.tar.bz2
mpv-f23a726b3631e028fd1df8e8f114a6e1a138f88c.tar.xz
Sync with latest FFmpeg changes: #define disabled preprocessor directives
used by FFmpeg to 0 instead of leaving them undefined. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28317 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index b7e1725979..9949706ea3 100755
--- a/configure
+++ b/configure
@@ -2490,7 +2490,7 @@ if test $_yasm ; then
_have_yasm="yes"
echores "$_yasm"
else
- _def_yasm='#undef HAVE_YASM'
+ _def_yasm='#define HAVE_YASM 0'
fft_mmx="no"
_have_yasm="no"
echores "no"
@@ -8194,6 +8194,7 @@ for part in $1; do
echo "#define ${_nprefix}_$part 1"
echo "#define ENABLE_$part 1"
else
+ echo "#define ${_nprefix}_$part 0"
echo "#define ENABLE_$part 0"
fi
done