Mercurial > libavcodec.hg
changeset 3107:5d068956513b libavcodec
Install libpostproc headers if CONFIG_PP is set.
author | diego |
---|---|
date | Sat, 11 Feb 2006 16:17:27 +0000 |
parents | 9cbd63cca826 |
children | 8fae2a0e1674 |
files | Makefile |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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