diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-11-02 17:05:28 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-11-25 11:57:29 -0800 |
commit | ab81f24ad43bddf77ddd25cba86780c1c884996c (patch) | |
tree | 0ecac472ddd3a6a6f264d810a2a449473fb7b712 /Makefile | |
parent | 14abeaa43d021afdce9119d906891abe89c03b88 (diff) | |
download | ffmpeg-ab81f24ad43bddf77ddd25cba86780c1c884996c.tar.gz |
build: Integrate multilibrary examples into the build system
This includes moving libavformat/output-example to doc/examples/output.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -130,6 +130,8 @@ endef $(foreach D,$(FFLIBS),$(eval $(call DOSUBDIR,lib$(D)))) +include $(SRC_PATH)/doc/Makefile + define DOPROG OBJS-$(1) += $(1).o $(EXEOBJS) $(OBJS-$(1)-yes) $(1)$(EXESUF): $$(OBJS-$(1)) @@ -203,7 +205,6 @@ config: check: all alltools checkheaders examples testprogs fate -include $(SRC_PATH)/doc/Makefile include $(SRC_PATH)/tests/Makefile $(sort $(OBJDIRS)): |