You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-06 08:29:25 +02:00
Separate header file installation from the general install target.
Originally committed as revision 4981 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
7
Makefile
7
Makefile
@@ -108,7 +108,7 @@ documentation:
|
||||
|
||||
.PHONY: install
|
||||
|
||||
install: all install-progs install-man $(INSTALLVHOOK)
|
||||
install: all install-progs install-headers install-man $(INSTALLVHOOK)
|
||||
$(MAKE) -C libavutil install
|
||||
$(MAKE) -C libavcodec install
|
||||
$(MAKE) -C libavformat install
|
||||
@@ -138,6 +138,11 @@ installlib:
|
||||
$(MAKE) -C libavcodec installlib
|
||||
$(MAKE) -C libavformat installlib
|
||||
|
||||
install-headers:
|
||||
$(MAKE) -C libavutil install-headers
|
||||
$(MAKE) -C libavcodec install-headers
|
||||
$(MAKE) -C libavformat install-headers
|
||||
|
||||
dep: depend
|
||||
|
||||
depend: .depend
|
||||
|
||||
Reference in New Issue
Block a user