summaryrefslogtreecommitdiff
path: root/libavutil/x86_cpu.h
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2007-08-15 21:19:13 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2007-08-15 21:19:13 +0000
commitc8f9ef613ea47e1653fefaccc7d1cf79ab9c72b0 (patch)
treea9ea55843732c4f6a39e9e87619db0d5dc592806 /libavutil/x86_cpu.h
parent119614c0aa19e5c0a83489b897990941e7cfd0a1 (diff)
CONFIG_7REGS -> HAVE_7REGS
Originally committed as revision 10121 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/x86_cpu.h')
-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 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)