diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-09-14 22:17:40 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-09-14 22:17:40 +0000 |
commit | 9be50e3922cde1f91f32fb9e578345e3bbb1996e (patch) | |
tree | a375e990dc84179f775a45950ac9a8ab386d6cee /libavutil/x86_cpu.h | |
parent | 4a0266a0ecf1cad6ee8ce0aada18bdf0f5a861d0 (diff) | |
download | ffmpeg-9be50e3922cde1f91f32fb9e578345e3bbb1996e.tar.gz |
Only define x86 register names on x86.
Originally committed as revision 15328 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/x86_cpu.h')
-rw-r--r-- | libavutil/x86_cpu.h | 2 |
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" |