[MPlayer-cvslog] r21540 - trunk/configure

nplourde subversion at mplayerhq.hu
Sat Dec 9 01:09:45 CET 2006


Author: nplourde
Date: Sat Dec  9 01:09:45 2006
New Revision: 21540

Modified:
   trunk/configure

Log:
do not force arch and isysroot in osx

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sat Dec  9 01:09:45 2006
@@ -7129,12 +7129,7 @@
 echores "$_crash_debug"
 
 if darwin ; then
-  CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -DCONFIG_DARWIN -shared-libgcc"  
-  if x86 ; then
-  CFLAGS="$CFLAGS -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk"
-  else
-  CFLAGS="$CFLAGS -arch ppc -isysroot /Developer/SDKs/MacOSX10.3.9.sdk"
-  fi
+  CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -DCONFIG_DARWIN -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