Commit 81dcdc53 authored by Diego Biurrun's avatar Diego Biurrun

Separate program installation into its own target.

Originally committed as revision 4978 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c86eb7ae
......@@ -108,10 +108,12 @@ documentation:
.PHONY: install
install: all install-man $(INSTALLVHOOK)
install: all install-progs install-man $(INSTALLVHOOK)
$(MAKE) -C libavutil install
$(MAKE) -C libavcodec install
$(MAKE) -C libavformat install
install-progs:
install -d "$(bindir)"
install -c $(INSTALLSTRIP) -m 755 $(PROG) "$(bindir)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment