mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
build: rename subdir.mak ---> library.mak
This commit is contained in:
parent
0d9bd2d584
commit
144904e901
2
Makefile
2
Makefile
@ -113,7 +113,7 @@ define DOSUBDIR
|
||||
$(foreach V,$(SUBDIR_VARS),$(eval $(call RESET,$(V))))
|
||||
SUBDIR := $(1)/
|
||||
include $(SRC_PATH)/$(1)/Makefile
|
||||
include $(SRC_PATH)/subdir.mak
|
||||
include $(SRC_PATH)/library.mak
|
||||
endef
|
||||
|
||||
$(foreach D,$(FFLIBS),$(eval $(call DOSUBDIR,lib$(D))))
|
||||
|
Loading…
Reference in New Issue
Block a user