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"