a93a44040e
- Mark ports BROKEN that were discovered not to work with this update; discovered by exp-run in bug 201181 - Note the need for manual upgrade of dependent ports in UPDATING
11 lines
450 B
C
11 lines
450 B
C
--- libavutil/x86/asm.h.orig 2015-06-19 20:44:54 UTC
|
|
+++ libavutil/x86/asm.h
|
|
@@ -71,7 +71,7 @@ typedef int32_t x86_reg;
|
|
typedef int x86_reg;
|
|
#endif
|
|
|
|
-#define HAVE_7REGS (ARCH_X86_64 || (HAVE_EBX_AVAILABLE && HAVE_EBP_AVAILABLE))
|
|
+#define HAVE_7REGS (ARCH_X86_64 || (HAVE_EBX_AVAILABLE && HAVE_EBP_AVAILABLE && !defined(__clang__)))
|
|
#define HAVE_6REGS (ARCH_X86_64 || (HAVE_EBX_AVAILABLE || HAVE_EBP_AVAILABLE))
|
|
|
|
#if ARCH_X86_64 && defined(PIC)
|