diff options
author | Diego Biurrun <diego@biurrun.de> | 2017-02-14 13:15:25 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2017-02-21 16:10:51 +0100 |
commit | ab566cc96bc0c31b34d944214bc06cec8ae8b640 (patch) | |
tree | 8b8fb034c8cf71818064b57fd5b36ca0efd0e32a /Makefile | |
parent | acb0dea27efff4b35796015b96570b59fd517078 (diff) | |
download | ffmpeg-streaming-ab566cc96bc0c31b34d944214bc06cec8ae8b640.zip ffmpeg-streaming-ab566cc96bc0c31b34d944214bc06cec8ae8b640.tar.gz |
build: Separate logic for building examples from that for building avtools
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -165,7 +165,7 @@ $(1)$(EXESUF): FF_EXTRALIBS += $(EXTRALIBS-$(1)) -include $$(OBJS-$(1):.o=.d) endef -$(foreach P,$(PROGS),$(eval $(call DOPROG,$(P:$(EXESUF)=)))) +$(foreach P,$(AVPROGS-yes),$(eval $(call DOPROG,$(P)))) $(PROGS): %$(EXESUF): %.o $(FF_DEP_LIBS) $(LD) $(LDFLAGS) $(LDEXEFLAGS) $(LD_O) $(OBJS-$*) $(FF_EXTRALIBS) |