022132c330
PR: ports/170735 Submitted by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
11 lines
381 B
Text
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
|
|
|