diff options
author | Ramiro Polla | 2007-08-15 21:19:13 +0000 |
---|---|---|
committer | Ramiro Polla | 2007-08-15 21:19:13 +0000 |
commit | c8f9ef613ea47e1653fefaccc7d1cf79ab9c72b0 (patch) | |
tree | a9ea55843732c4f6a39e9e87619db0d5dc592806 /libavutil | |
parent | 119614c0aa19e5c0a83489b897990941e7cfd0a1 (diff) |
CONFIG_7REGS -> HAVE_7REGS
Originally committed as revision 10121 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil')
-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 2cbef0b785..0e4b5d16c9 100644 --- a/libavutil/x86_cpu.h +++ b/libavutil/x86_cpu.h @@ -58,7 +58,7 @@ #endif #if defined(ARCH_X86_64) || (defined(ARCH_X86_32) && defined(HAVE_EBX_AVAILABLE) && defined(HAVE_EBP_AVAILABLE)) -# define CONFIG_7REGS 1 +# define HAVE_7REGS 1 #endif #if defined(ARCH_X86_64) && defined(PIC) |