summaryrefslogtreecommitdiffstats
path: root/cpudetect.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-19 13:01:31 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-19 13:01:31 +0000
commitf8ce675a2f7c1ef33047aa4035f1123f3302181d (patch)
tree3ef0b90e790054e07ac10a4ec00127232e6cef9a /cpudetect.h
parent08e3fe558cc440df824a4b3c9a945eb0102136c1 (diff)
downloadmpv-f8ce675a2f7c1ef33047aa4035f1123f3302181d.tar.bz2
mpv-f8ce675a2f7c1ef33047aa4035f1123f3302181d.tar.xz
amd fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2281 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 0fd5ec9e72..55e975fedf 100644
--- a/cpudetect.h
+++ b/cpudetect.h
@@ -3,6 +3,7 @@
#define CPUTYPE_I386 0
#define CPUTYPE_I486 1
#define CPUTYPE_I586 2
+#define CPUTYPE_I686 3
typedef struct cpucaps_s {
int cpuType;