Mercurial > libavcodec.hg
diff Makefile @ 3107:5d068956513b libavcodec
Install libpostproc headers if CONFIG_PP is set.
| author | diego |
|---|---|
| date | Sat, 11 Feb 2006 16:17:27 +0000 |
| parents | 4bf348f8e2b1 |
| children | 8fae2a0e1674 |
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
