[MPlayer-cvslog] r28317 - trunk/configure
diego
subversion at mplayerhq.hu
Thu Jan 15 16:56:24 CET 2009
Author: diego
Date: Thu Jan 15 16:56:24 2009
New Revision: 28317
Log:
Sync with latest FFmpeg changes: #define disabled preprocessor directives
used by FFmpeg to 0 instead of leaving them undefined.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Thu Jan 15 16:51:50 2009 (r28316)
+++ trunk/configure Thu Jan 15 16:56:24 2009 (r28317)
@@ -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
More information about the MPlayer-cvslog
mailing list