[FFmpeg-cvslog] build: rename subdir.mak ---> library.mak

Diego Biurrun git at videolan.org
Thu Dec 15 00:19:49 CET 2011


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Dec 13 15:55:11 2011 +0100| [144904e901d557a8af1d73bd217ec15bc4bedb85] | committer: Diego Biurrun

build: rename subdir.mak ---> library.mak

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=144904e901d557a8af1d73bd217ec15bc4bedb85
---

 Makefile                  |    2 +-
 subdir.mak => library.mak |    0
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 3809ece..19b8df4 100644
--- a/Makefile
+++ b/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))))
diff --git a/subdir.mak b/library.mak
similarity index 100%
rename from subdir.mak
rename to library.mak



More information about the ffmpeg-cvslog mailing list