Mercurial > libavutil.hg
changeset 518:2ad28cd57bf5 libavutil
simplify vorbis windowing
author | lorenm |
---|---|
date | Sun, 13 Jul 2008 14:56:01 +0000 |
parents | 0cb535363299 |
children | 5cdb952bd09a |
files | x86_cpu.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/x86_cpu.h Sat Jul 05 08:10:47 2008 +0000 +++ b/x86_cpu.h Sun Jul 13 14:56:01 2008 +0000 @@ -68,6 +68,10 @@ # 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