# HG changeset patch # User diego # Date 1139674647 0 # Node ID 5d068956513ba164b8a8d6b3eb498fcc2385ff3c # Parent 9cbd63cca8263e62f6083c30b763eaead3fb2a63 Install libpostproc headers if CONFIG_PP is set. diff -r 9cbd63cca826 -r 5d068956513b Makefile --- a/Makefile Fri Feb 10 11:59:38 2006 +0000 +++ b/Makefile Sat Feb 11 16:17:27 2006 +0000 @@ -534,6 +534,9 @@ "$(prefix)/include/ffmpeg" install -d "$(libdir)/pkgconfig" install -m 644 ../libavcodec.pc "$(libdir)/pkgconfig" +ifeq ($(CONFIG_PP),yes) + $(MAKE) -C libpostproc $@ +endif # # include dependency files if they exist