From f27e1d645e609c01fbacfc2425818b56126df567 Mon Sep 17 00:00:00 2001 From: Loren Merritt Date: Sun, 13 Jul 2008 14:56:01 +0000 Subject: simplify vorbis windowing Originally committed as revision 14205 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/x86_cpu.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavutil') diff --git a/libavutil/x86_cpu.h b/libavutil/x86_cpu.h index 444d33511b..a60b0b56a8 100644 --- a/libavutil/x86_cpu.h +++ b/libavutil/x86_cpu.h @@ -68,6 +68,10 @@ typedef int32_t x86_reg; # define HAVE_7REGS 1 #endif +#if defined(ARCH_X86_64) || (defined(ARCH_X86_32) && (defined(HAVE_EBX_AVAILABLE) || defined(HAVE_EBP_AVAILABLE))) +# define HAVE_6REGS 1 +#endif + #if defined(ARCH_X86_64) && defined(PIC) # define BROKEN_RELOCATIONS 1 #endif -- cgit v1.2.3