freebsd-ports/multimedia/mplayer/files/patch-libavutil-x86_cpu.h
Martin Matuska c2902ebdd2 - Update to 1.0.r20100117
Submitted by:	Thomas E. Zander <riggs@rrr.de> (maintainer, private e-mail)
2010-04-21 13:07:23 +00:00

11 lines
395 B
C

--- libavutil/x86_cpu.h~ 2009-03-19 09:49:47.000000000 -0500
+++ libavutil/x86_cpu.h 2009-07-24 14:20:58.308327513 -0500
@@ -69,7 +69,7 @@
#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
# define BROKEN_RELOCATIONS 1
#endif