Commit d9c2bab2 authored by Diego Biurrun's avatar Diego Biurrun

Install static libpostproc if CONFIG_PP is set.

Originally committed as revision 4976 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b1d2a364
......@@ -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"
......
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