freebsd-ports/multimedia/mplayer/files/patch-libavcodec-Makefile
Martin Wilke ddb8318f78 - Update to 1.0rc2
PR:		118231
Submitted by:	Thomas Zander <riggs@rrr.de> (maintainer)
2007-12-12 23:26:37 +00:00

13 lines
344 B
Text

--- libavcodec/Makefile.orig 2007-10-07 15:49:37.000000000 -0400
+++ libavcodec/Makefile 2007-11-14 02:49:09.000000000 -0500
@@ -6,6 +6,10 @@
CFLAGS += -I$(SRC_PATH)/libswscale -I$(SRC_PATH)/libavcodec
+ifeq ($(ARCH_X86_64),yes)
+CFLAGS += -DBROKEN_RELOCATIONS
+endif
+
OBJS = allcodecs.o \
audioconvert.o \
bitstream.o \