CVS change done by Diego Biurrun CVS Update of /cvsroot/mplayer/main/TOOLS In directory mail:/var2/tmp/cvs-serv17518/TOOLS Modified Files: cpuinfo.c Log Message: Some explanation what the tool is good for added. Index: cpuinfo.c =================================================================== RCS file: /cvsroot/mplayer/main/TOOLS/cpuinfo.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- cpuinfo.c 14 Oct 2003 12:22:46 -0000 1.4 +++ cpuinfo.c 5 Aug 2004 00:07:47 -0000 1.5 @@ -1,3 +1,6 @@ +/* small utility to extract CPU information + Used by configure to set CPU optimization levels on some operating + systems where /proc/cpuinfo is non-existent or unreliable. */ #include <stdio.h> #include <sys/time.h>
participants (1)
-
syncmail@mplayerhq.hu