[MPlayer-cvslog] CVS: main configure,1.1021,1.1022

Reimar Döffinger CVS syncmail at mplayerhq.hu
Sat Jun 18 23:49:06 CEST 2005


CVS change done by Reimar Döffinger CVS

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

Modified Files:
	configure 
Log Message:
100l, -march=k8 was used with cpu detection even when compiler did not
support it.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1021
retrieving revision 1.1022
diff -u -r1.1021 -r1.1022
--- configure	9 Jun 2005 21:14:36 -0000	1.1021
+++ configure	18 Jun 2005 21:49:02 -0000	1.1022
@@ -989,6 +989,8 @@
       if test "$proc" = "athlon-xp" || test "$proc" = "athlon-4" ; then
         cc_check -march=$proc $cpuopt=$proc || proc=error
       fi
+      _march="-march=$proc"
+      _mcpu="$cpuopt=$proc"
       if test "$proc" = "error" ; then
         echores "Your $_cc does not even support \"athlon-xp\" for '-march' and '$cpuopt'."
         _mcpu=""
@@ -999,8 +1001,6 @@
       _mcpu=""
     fi
     
-    _march="-march=$proc"
-    _mcpu="$cpuopt=$proc"
     _optimizing=""
 
     echores "$proc"




More information about the MPlayer-cvslog mailing list