opnsense-ports/multimedia/mplayer/files/patch-ffmpeg_Makefile
Franco Fichtner 63f445f3a6 */*: sync with upstream
Taken from: FreeBSD
2015-08-24 08:33:14 +02:00

11 lines
397 B
Text

--- ffmpeg/Makefile.orig 2015-06-19 20:44:35 UTC
+++ ffmpeg/Makefile
@@ -92,7 +92,7 @@ define DOSUBDIR
$(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)/$(1)/$(INTRINSICS)/Makefile
include $(SRC_PATH)/library.mak
endef