summaryrefslogtreecommitdiffstats
path: root/cpudetect.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2008-09-03 10:16:30 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2008-09-03 10:16:30 +0300
commitb56858342fdbe48489618107df75e5bd0451eb0b (patch)
tree5d41ef858502bae99dcbebdd728d42a6040adb03 /cpudetect.c
parent8ea7eb77fc7ba8bd0b596ea32ee60909a012828f (diff)
parentbae94777d7ddaa2d4763507fdb93b9520327c9d1 (diff)
downloadmpv-b56858342fdbe48489618107df75e5bd0451eb0b.tar.bz2
mpv-b56858342fdbe48489618107df75e5bd0451eb0b.tar.xz
Merge svn changes up to r27514
Diffstat (limited to 'cpudetect.c')
-rw-r--r--cpudetect.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpudetect.c b/cpudetect.c
index 06287cd525..7faa4e7c77 100644
--- a/cpudetect.c
+++ b/cpudetect.c
@@ -51,7 +51,6 @@ CpuCaps gCpuCaps;
static void check_os_katmai_support( void );
-#if 1
// return TRUE if cpuid supported
static int has_cpuid(void)
{
@@ -81,7 +80,6 @@ static int has_cpuid(void)
return a != c;
}
-#endif
static void
do_cpuid(unsigned int ax, unsigned int *p)