openbsd-ports/x11/mplayer/patches/patch-libavutil_x86_cpu_h

13 lines
492 B
Plaintext
Raw Normal View History

$OpenBSD: patch-libavutil_x86_cpu_h,v 1.2 2009/10/11 13:36:23 edd Exp $
--- libavutil/x86_cpu.h.orig Wed Jul 29 20:37:28 2009
+++ libavutil/x86_cpu.h Wed Jul 29 20:37:58 2009
@@ -69,7 +69,7 @@ typedef int x86_reg;
#define HAVE_7REGS (ARCH_X86_64 || (HAVE_EBX_AVAILABLE && HAVE_EBP_AVAILABLE))
#define HAVE_6REGS (ARCH_X86_64 || (HAVE_EBX_AVAILABLE || HAVE_EBP_AVAILABLE))
-#if ARCH_X86_64 && defined(PIC)
+#if ARCH_X86_64 /* && defined(PIC) */
# define BROKEN_RELOCATIONS 1
#endif