[MPlayer-cvslog] r28404 - trunk/configure
diego
subversion at mplayerhq.hu
Sat Jan 31 21:56:17 CET 2009
Author: diego
Date: Sat Jan 31 21:56:17 2009
New Revision: 28404
Log:
HAVE_LRINT and friends should be defined to 0/1.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sat Jan 31 02:09:49 2009 (r28403)
+++ trunk/configure Sat Jan 31 21:56:17 2009 (r28404)
@@ -2839,7 +2839,7 @@ if eval test "x\$_$func" = "xyes"; then
eval _def_$func="\"#define HAVE_`echo $func | tr '[a-z]' '[A-Z]'` 1\""
echores yes
else
- eval _def_$func="\"#undef HAVE_`echo $func | tr '[a-z]' '[A-Z]'`\""
+ eval _def_$func="\"#define HAVE_`echo $func | tr '[a-z]' '[A-Z]'` 0\""
echores no
fi
done
More information about the MPlayer-cvslog
mailing list