mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-03 05:10:03 +02:00
Install static libpostproc if CONFIG_PP is set.
Originally committed as revision 4976 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b1d2a364d7
commit
d9c2bab2f8
@ -525,6 +525,9 @@ endif
|
||||
|
||||
installlib: all install-headers
|
||||
install -m 644 $(LIB) "$(libdir)"
|
||||
ifeq ($(CONFIG_PP),yes)
|
||||
$(MAKE) -C libpostproc $@
|
||||
endif
|
||||
|
||||
install-headers:
|
||||
mkdir -p "$(prefix)/include/ffmpeg"
|
||||
|
Loading…
Reference in New Issue
Block a user