From 9be50e3922cde1f91f32fb9e578345e3bbb1996e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 14 Sep 2008 22:17:40 +0000 Subject: [PATCH] Only define x86 register names on x86. Originally committed as revision 15328 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/x86_cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"