summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-09-29 17:09:46 -0300
committerJames Almer <jamrial@gmail.com>2017-09-29 17:09:46 -0300
commiteace20a8623d041676f7705ceee61cabaf8bc584 (patch)
tree7ec77bbbed0fb6de853787cf856e413aa7bea391 /Makefile
parent72da8491ca055f0211f64b160a8e16b9fb179457 (diff)
parentab566cc96bc0c31b34d944214bc06cec8ae8b640 (diff)
downloadffmpeg-eace20a8623d041676f7705ceee61cabaf8bc584.tar.gz
Merge commit 'ab566cc96bc0c31b34d944214bc06cec8ae8b640'
* commit 'ab566cc96bc0c31b34d944214bc06cec8ae8b640': build: Separate logic for building examples from that for building avtools Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2c7b0d54f1..6de5a3d145 100644
--- a/Makefile
+++ b/Makefile
@@ -129,7 +129,7 @@ $(1)$(PROGSSUF)_g$(EXESUF): FF_EXTRALIBS += $(EXTRALIBS-$(1))
-include $$(OBJS-$(1):.o=.d)
endef
-$(foreach P,$(PROGS),$(eval $(call DOPROG,$(P:$(PROGSSUF)$(EXESUF)=))))
+$(foreach P,$(AVPROGS-yes),$(eval $(call DOPROG,$(P))))
ffprobe.o cmdutils.o libavcodec/utils.o libavformat/utils.o libavdevice/avdevice.o libavfilter/avfilter.o libavutil/utils.o libpostproc/postprocess.o libswresample/swresample.o libswscale/utils.o : libavutil/ffversion.h