freebsd-ports/multimedia/mplayer/files/patch-ffmpeg-Makefile
Juergen Lock 022132c330 Update to 2012-07-21 snapshot.
PR:		ports/170735
Submitted by:	Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
2012-09-01 14:13:10 +00:00

11 lines
381 B
Text

--- ffmpeg/Makefile.orig 2012-06-29 19:20:03.000000000 +0200
+++ ffmpeg/Makefile 2012-07-21 18:47:01.068697043 +0200
@@ -82,7 +82,7 @@
$(foreach V,$(SUBDIR_VARS),$(eval $(call RESET,$(V))))
SUBDIR := $(1)/
include $(SRC_PATH)/$(1)/Makefile
--include $(SRC_PATH)/$(1)/$(ARCH)/Makefile
+-include $(SRC_PATH)/$(1)/$(MPLAYER_ARCH)/Makefile
include $(SRC_PATH)/library.mak
endef