summaryrefslogtreecommitdiff
path: root/libavutil
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-09-14 22:17:40 +0000
committerDiego Biurrun <diego@biurrun.de>2008-09-14 22:17:40 +0000
commit9be50e3922cde1f91f32fb9e578345e3bbb1996e (patch)
treea375e990dc84179f775a45950ac9a8ab386d6cee /libavutil
parent4a0266a0ecf1cad6ee8ce0aada18bdf0f5a861d0 (diff)
Only define x86 register names on x86.
Originally committed as revision 15328 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/x86_cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/x86_cpu.h b/libavutil/x86_cpu.h
index fb0c85784e..4b5f10527e 100644
--- a/libavutil/x86_cpu.h
+++ b/libavutil/x86_cpu.h
@@ -43,7 +43,7 @@ typedef int64_t x86_reg;
# define REGd rdx
# define REGSP rsp
-#else
+#elif ARCH_X86_32
# define REG_a "eax"
# define REG_b "ebx"