[Mplayer-cvslog] CVS: main configure,1.832,1.833

Alex Beregszaszi alex at mplayerhq.hu
Sun Jan 25 19:18:23 CET 2004


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

Modified Files:
	configure 
Log Message:
ppc970 support, patch by Romain Dolbeau

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.832
retrieving revision 1.833
diff -u -r1.832 -r1.833
--- configure	22 Jan 2004 14:38:00 -0000	1.832
+++ configure	25 Jan 2004 18:18:21 -0000	1.833
@@ -902,6 +902,13 @@
     		*) ;;
     	    esac
 	fi
+	# gcc 3.2 and up supports 970
+	if test "$_cc_major" -ge "3" && test "$_cc_minor" -ge "3"; then
+	    case "$proc" in
+		970*) _march='-mcpu=970' _mcpu='-mtune=970' ;;
+    		*) ;;
+    	    esac
+	fi
     fi
 
     if test -n "$_mcpu"; then




More information about the MPlayer-cvslog mailing list