From d9c2bab2f8a3f9c6bda53da5b5377a3057d0d44b Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 11 Feb 2006 16:46:09 +0000 Subject: [PATCH] Install static libpostproc if CONFIG_PP is set. Originally committed as revision 4976 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 33dd84d7f..9da1880f6 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -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" -- 2.11.0