summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-05 00:07:47 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-05 00:07:47 +0000
commitcfd1858eb9869cf74a74231c8f8f052ff0ee9b1f (patch)
tree8acfa34681644776db5b0a7c30d55919f447b391 /TOOLS
parent811f4d0a6a6440202a0a16b363148569ade9d5e6 (diff)
downloadmpv-cfd1858eb9869cf74a74231c8f8f052ff0ee9b1f.tar.bz2
mpv-cfd1858eb9869cf74a74231c8f8f052ff0ee9b1f.tar.xz
Some explanation what the tool is good for added.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12961 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/cpuinfo.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/TOOLS/cpuinfo.c b/TOOLS/cpuinfo.c
index b984bd6376..1bdf2f30e2 100644
--- a/TOOLS/cpuinfo.c
+++ b/TOOLS/cpuinfo.c
@@ -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>