[MPlayer-cvslog] CVS: main configure,1.1003,1.1004

Nicolas Plourde CVS syncmail at mplayerhq.hu
Sun May 15 22:11:36 CEST 2005


CVS change done by Nicolas Plourde CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv7248

Modified Files:
	configure 
Log Message:
set define for apple gcc altivec

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1003
retrieving revision 1.1004
diff -u -r1.1003 -r1.1004
--- configure	14 May 2005 10:14:48 -0000	1.1003
+++ configure	15 May 2005 20:11:33 -0000	1.1004
@@ -1973,7 +1973,7 @@
 }
 EOF
         FSF_flags='-maltivec -mabi=altivec'
-        Darwin_flags='-faltivec'
+        Darwin_flags='-faltivec -D__APPLE_ALTIVEC__'
 
         # check for Darwin-style flags first, since
         # gcc-3.3 (August Update from Apple) on MacOS 10.2.8
@@ -3225,9 +3225,6 @@
     _aomodules="macosx $_aomodules"
     _vosrc="$_vosrc vo_quartz.c"
     _vomodules="quartz $_vomodules"
-    if test "$_cc_major" -ge "4" ; then
-      _def_altivec_h='#undef HAVE_ALTIVEC_H'
-    fi
   else
     _macosx=no
     _def_macosx='#undef MACOSX'




More information about the MPlayer-cvslog mailing list