You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-06 08:29:25 +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:
@@ -525,6 +525,9 @@ endif
|
|||||||
|
|
||||||
installlib: all install-headers
|
installlib: all install-headers
|
||||||
install -m 644 $(LIB) "$(libdir)"
|
install -m 644 $(LIB) "$(libdir)"
|
||||||
|
ifeq ($(CONFIG_PP),yes)
|
||||||
|
$(MAKE) -C libpostproc $@
|
||||||
|
endif
|
||||||
|
|
||||||
install-headers:
|
install-headers:
|
||||||
mkdir -p "$(prefix)/include/ffmpeg"
|
mkdir -p "$(prefix)/include/ffmpeg"
|
||||||
|
|||||||
Reference in New Issue
Block a user