Mercurial > libavutil.hg
changeset 375:c7eec007db61 libavutil
CONFIG_7REGS -> HAVE_7REGS
author | ramiro |
---|---|
date | Wed, 15 Aug 2007 21:19:13 +0000 |
parents | 8805bba131a9 |
children | b1953daf424e |
files | x86_cpu.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/x86_cpu.h Mon Aug 13 15:28:29 2007 +0000 +++ b/x86_cpu.h Wed Aug 15 21:19:13 2007 +0000 @@ -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)