summaryrefslogtreecommitdiff
path: root/libavutil
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil')
-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)