summaryrefslogtreecommitdiffstats
path: root/cpudetect.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-16 08:43:05 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-16 08:43:05 +0000
commitcd1c4655b8dfe238c07bf0ef06e222000273b281 (patch)
treee0d2109520b5a09b4ebb1b906edd74d7514204a9 /cpudetect.h
parent285e30f1e477efee95cb13e8a4ac292d52a17125 (diff)
downloadmpv-cd1c4655b8dfe238c07bf0ef06e222000273b281.tar.bz2
mpv-cd1c4655b8dfe238c07bf0ef06e222000273b281.tar.xz
Fix first handful of #if vs. #ifdef for ARCH_, HAVE_SSE etc.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28323 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cpudetect.h')
-rw-r--r--cpudetect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpudetect.h b/cpudetect.h
index a98f97f0e4..3f91f05d1c 100644
--- a/cpudetect.h
+++ b/cpudetect.h
@@ -6,7 +6,7 @@
#define CPUTYPE_I586 5
#define CPUTYPE_I686 6
-#ifdef ARCH_X86_64
+#if ARCH_X86_64
# define REGa rax
# define REGb rbx
# define REGBP rbp