You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-06 08:29:25 +02:00
Separate program installation into its own target.
Originally committed as revision 4978 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
4
Makefile
4
Makefile
@@ -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)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user