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:
Diego Biurrun 2006-02-11 16:46:09 +00:00
parent b1d2a364d7
commit d9c2bab2f8

View File

@ -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"