summaryrefslogtreecommitdiffstats
path: root/cputable.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-16 13:35:01 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-16 13:35:01 +0000
commitfb67b1a8723a101bc53b43305d2aef7c4bc6dfbb (patch)
tree46d6afa303458da03f88e840bc0b03e863f251b6 /cputable.h
parentd984734abd862aaf70e7fb33328d2df8d0ff3012 (diff)
downloadmpv-fb67b1a8723a101bc53b43305d2aef7c4bc6dfbb.tar.bz2
mpv-fb67b1a8723a101bc53b43305d2aef7c4bc6dfbb.tar.xz
precise P4 and cpu speed detect
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11654 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cputable.h')
-rw-r--r--cputable.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cputable.h b/cputable.h
index f940d51aab..92858abb82 100644
--- a/cputable.h
+++ b/cputable.h
@@ -119,10 +119,10 @@ static const char *cpuname
/* D */ F_UNKNOWN,
/* E */ F_UNKNOWN,
/* F extended family (P4/new IA-64)*/ {
- /* 0 */ "Pentium 4/Xeon Willamette",
- /* 1 */ "Pentium 4/Xeon/Celeron Foster",
- /* 2 */ "Pentium 4/Xeon/Celeron Northwood",
- /* 3 */ N_UNKNOWN,
+ /* 0 */ N_UNKNOWN,
+ /* 1 */ "Pentium 4/Xeon Willamette",
+ /* 2 */ "Pentium 4/Xeon/Celeron Foster",
+ /* 3 */ "Pentium 4/Xeon/Celeron Northwood",
/* 4 */ N_UNKNOWN,
/* 5 */ N_UNKNOWN,
/* 6 */ N_UNKNOWN,