[MPlayer-cvslog] r29162 - trunk/configure
    diego 
    subversion at mplayerhq.hu
       
    Fri Apr 10 15:09:39 CEST 2009
    
    
  
Author: diego
Date: Fri Apr 10 15:09:39 2009
New Revision: 29162
Log:
gcc <3.1 is unsupported on Darwin, no need to check for this.
Modified:
   trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure	Fri Apr 10 12:13:41 2009	(r29161)
+++ trunk/configure	Fri Apr 10 15:09:39 2009	(r29162)
@@ -8002,9 +8002,6 @@ libs_mplayer=$_ld_tmp
 #############################################################################
 if darwin ; then
   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
 fi
 if amigaos ; then
   CFLAGS="$CFLAGS -DNEWLIB -D__USE_INLINE__"
    
    
More information about the MPlayer-cvslog
mailing list