Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-01-25 16:35:19 +0400
committerDiego Biurrun <diego@biurrun.de>2012-01-25 18:04:28 +0400
commit07a873a27775d6004536bff1186c26c6e52c2b50 (patch)
treea19348b9ae29c6c35bd12369e00b61fa7fdacd41 /Makefile
parent366ac22ea5a8bab63c7f46cdad2ddb2ff22cdbed (diff)
build: Automatically include architecture-specific library Makefile snippets.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d1b55ba3d1..c9821b754e 100644
--- a/Makefile
+++ b/Makefile
@@ -112,6 +112,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)/library.mak
endef