summaryrefslogtreecommitdiffstats
path: root/cpudetect.h
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-05-17 21:10:11 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-05-17 21:10:11 +0000
commitc9ad9700c373ceee8de52abeaa7719a1e7b1e53e (patch)
treea93fa4d6ae345906a321df8223337527892ecb13 /cpudetect.h
parenta49659beadc339e27f54a0daa3a3fea606a23508 (diff)
downloadmpv-c9ad9700c373ceee8de52abeaa7719a1e7b1e53e.tar.bz2
mpv-c9ad9700c373ceee8de52abeaa7719a1e7b1e53e.tar.xz
Retrieve CPU built-in namestring, and if it exists, print it during cpu detection; t it doesn't exist, fallback to the cpu table. Patch by Zuxy Meng
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18539 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 4217211e1e..27bc6b856f 100644
--- a/cpudetect.h
+++ b/cpudetect.h
@@ -36,6 +36,7 @@
typedef struct cpucaps_s {
int cpuType;
+ int cpuModel;
int cpuStepping;
int hasMMX;
int hasMMX2;