[MPlayer-cvslog] r25360 - trunk/configure
diego
subversion at mplayerhq.hu
Tue Dec 11 21:32:51 CET 2007
Author: diego
Date: Tue Dec 11 21:32:50 2007
New Revision: 25360
Log:
Do not set -DSYS_DARWIN, it is unused.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Tue Dec 11 21:32:50 2007
@@ -7458,7 +7458,7 @@ _libs_mplayer=$_ld_tmp
#############################################################################
if darwin ; then
- CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -shared-libgcc"
+ CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -shared-libgcc"
if [ "$_cc_major" = 3 ] && [ "$_cc_minor" -lt 1 ]; then
CFLAGS="$CFLAGS -no-cpp-precomp"
fi
More information about the MPlayer-cvslog
mailing list