[Mplayer-cvslog] CVS: main configure,1.638,1.639

Alex Beregszaszi alex at mplayerhq.hu
Sun Jan 19 17:42:35 CET 2003


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv6713

Modified Files:
	configure 
Log Message:
support runtime cpudetect on non-x86 systems too

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.638
retrieving revision 1.639
diff -u -r1.638 -r1.639
--- configure	19 Jan 2003 15:43:12 -0000	1.638
+++ configure	19 Jan 2003 16:42:25 -0000	1.639
@@ -580,14 +580,17 @@
   echocheck "CPU type"
   echores "$pname"
 
+  # just leaving this here becouse the non-x86 optims
   if test "$_runtime_cpudetection" = yes ; then
-    _mmx=yes
-    _3dnow=yes
-    _3dnowex=yes
-    _mmx2=yes
-    _sse=yes
-    _sse2=yes
-    _mtrr=yes
+    if x86; then
+      _mmx=yes
+      _3dnow=yes
+      _3dnowex=yes
+      _mmx2=yes
+      _sse=yes
+      _sse2=yes
+      _mtrr=yes
+    fi
     _optimizing="Runtime CPU-Detection enabled"
   fi
 



More information about the MPlayer-cvslog mailing list