changeset 3108:8fae2a0e1674 libavcodec

Install static libpostproc if CONFIG_PP is set.
author diego
date Sat, 11 Feb 2006 16:46:09 +0000
parents 5d068956513b
children 6ade7a72ae52
files Makefile
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sat Feb 11 16:17:27 2006 +0000
+++ b/Makefile	Sat Feb 11 16:46:09 2006 +0000
@@ -525,6 +525,9 @@
 
 installlib: all install-headers
 	install -m 644 $(LIB) "$(libdir)"
+ifeq ($(CONFIG_PP),yes)
+	$(MAKE) -C libpostproc $@
+endif
 
 install-headers:
 	mkdir -p "$(prefix)/include/ffmpeg"