Revision f27e1d64 libavutil/x86_cpu.h
libavutil/x86_cpu.h | ||
---|---|---|
68 | 68 |
# define HAVE_7REGS 1 |
69 | 69 |
#endif |
70 | 70 |
|
71 |
#if defined(ARCH_X86_64) || (defined(ARCH_X86_32) && (defined(HAVE_EBX_AVAILABLE) || defined(HAVE_EBP_AVAILABLE))) |
|
72 |
# define HAVE_6REGS 1 |
|
73 |
#endif |
|
74 |
|
|
71 | 75 |
#if defined(ARCH_X86_64) && defined(PIC) |
72 | 76 |
# define BROKEN_RELOCATIONS 1 |
73 | 77 |
#endif |
Also available in: Unified diff