[Mplayer-cvslog] CVS: main/loader win32.c,1.80,1.81

Alex Beregszaszi alex at mplayerhq.hu
Tue May 20 19:06:26 CEST 2003


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

Modified Files:
	win32.c 
Log Message:
10l by me, noticed by a guy with a transmeta cpu, but forgot his name, sorry

Index: win32.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/win32.c,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- win32.c	28 Apr 2003 16:34:35 -0000	1.80
+++ win32.c	20 May 2003 17:06:00 -0000	1.81
@@ -934,7 +934,7 @@
 	        cachedsi.dwProcessorType = PROCESSOR_INTEL_486;
 		cachedsi.wProcessorLevel = 4;
 	    }
-	    else if (gCpuCaps.cpuType > 5)
+	    else if (gCpuCaps.cpuType >= 5)
 	    {
 		cachedsi.dwProcessorType = PROCESSOR_INTEL_PENTIUM;
 		cachedsi.wProcessorLevel = 5;



More information about the MPlayer-cvslog mailing list