summaryrefslogtreecommitdiffstats
path: root/cpudetect.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-19 13:09:26 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-19 13:09:26 +0000
commit637ead4353d0bf2f345ddcbf8cd4d204fbb1849e (patch)
tree87667b0bc3e413b27317b69f1e5d3c949282c54e /cpudetect.h
parentf8ce675a2f7c1ef33047aa4035f1123f3302181d (diff)
downloadmpv-637ead4353d0bf2f345ddcbf8cd4d204fbb1849e.tar.bz2
mpv-637ead4353d0bf2f345ddcbf8cd4d204fbb1849e.tar.xz
fixed?
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2282 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cpudetect.h')
-rw-r--r--cpudetect.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpudetect.h b/cpudetect.h
index 55e975fedf..2d521d801b 100644
--- a/cpudetect.h
+++ b/cpudetect.h
@@ -1,9 +1,9 @@
#ifdef ARCH_X86
-#define CPUTYPE_I386 0
-#define CPUTYPE_I486 1
-#define CPUTYPE_I586 2
-#define CPUTYPE_I686 3
+#define CPUTYPE_I386 3
+#define CPUTYPE_I486 4
+#define CPUTYPE_I586 5
+#define CPUTYPE_I686 6
typedef struct cpucaps_s {
int cpuType;