Mercurial > mplayer.hg
comparison TOOLS/cpuinfo.c @ 12960:a85bfb689e62
Some explanation what the tool is good for added.
author | diego |
---|---|
date | Thu, 05 Aug 2004 00:07:47 +0000 |
parents | d1a941c25b4d |
children | c0bde085511c |
comparison
equal
deleted
inserted
replaced
12959:6b05d32f6bd5 | 12960:a85bfb689e62 |
---|---|
1 /* small utility to extract CPU information | |
2 Used by configure to set CPU optimization levels on some operating | |
3 systems where /proc/cpuinfo is non-existent or unreliable. */ | |
1 | 4 |
2 #include <stdio.h> | 5 #include <stdio.h> |
3 #include <sys/time.h> | 6 #include <sys/time.h> |
4 | 7 |
5 #ifdef __MINGW32__ | 8 #ifdef __MINGW32__ |