[MPlayer-cvslog] CVS: main configure,1.999,1.1000

Nicolas Plourde CVS syncmail at mplayerhq.hu
Tue May 10 02:57:46 CEST 2005


CVS change done by Nicolas Plourde CVS

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

Modified Files:
	configure 
Log Message:
do not define HAVE_ALTIVEC_H on osx with gcc4

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.999
retrieving revision 1.1000
diff -u -r1.999 -r1.1000
--- configure	10 May 2005 00:54:48 -0000	1.999
+++ configure	10 May 2005 00:57:43 -0000	1.1000
@@ -3220,6 +3220,9 @@
     _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