[MPlayer-cvslog] CVS: main cpudetect.c,1.41,1.42

Reimar Döffinger CVS syncmail at mplayerhq.hu
Mon Nov 7 17:16:16 CET 2005


CVS change done by Reimar Döffinger CVS

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

Modified Files:
	cpudetect.c 
Log Message:
Do not show cache-line size message, I've never seen a case where it was useful


Index: cpudetect.c
===================================================================
RCS file: /cvsroot/mplayer/main/cpudetect.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- cpudetect.c	4 Oct 2005 21:06:07 -0000	1.41
+++ cpudetect.c	7 Nov 2005 16:16:14 -0000	1.42
@@ -160,7 +160,7 @@
 		mp_msg(MSGT_CPUDETECT,MSGL_V,"extended cache-info: %d\n",regs2[2]&0x7FFFFFFF);
 		caps->cl_size  = regs2[2] & 0xFF;
 	}
-	mp_msg(MSGT_CPUDETECT,MSGL_INFO,"Detected cache-line size is %u bytes\n",caps->cl_size);
+	mp_msg(MSGT_CPUDETECT,MSGL_V,"Detected cache-line size is %u bytes\n",caps->cl_size);
 #if 0
 	mp_msg(MSGT_CPUDETECT,MSGL_INFO,"cpudetect: MMX=%d MMX2=%d SSE=%d SSE2=%d 3DNow=%d 3DNowExt=%d\n",
 		gCpuCaps.hasMMX,




More information about the MPlayer-cvslog mailing list