summaryrefslogtreecommitdiffstats
path: root/cpudetect.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-09 17:03:04 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-09 17:03:04 +0000
commit676d9cfebd5f8061bf716e366f6d1c2f5efc66fd (patch)
treeffc3e1a88ac5dc11fc709ee11c8fea8cc879a7a3 /cpudetect.h
parent86fd26c0072e36bb744f83e89544193b18b0c526 (diff)
downloadmpv-676d9cfebd5f8061bf716e366f6d1c2f5efc66fd.tar.bz2
mpv-676d9cfebd5f8061bf716e366f6d1c2f5efc66fd.tar.xz
added cpuStepping to CpuCaps struct (needed win32.c)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3404 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cpudetect.h')
-rw-r--r--cpudetect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpudetect.h b/cpudetect.h
index ccdfb246e8..ed1410e9c2 100644
--- a/cpudetect.h
+++ b/cpudetect.h
@@ -8,6 +8,7 @@
typedef struct cpucaps_s {
int cpuType;
+ int cpuStepping;
int hasMMX;
int hasMMX2;
int has3DNow;