Install libpostproc headers if CONFIG_PP is set.
authorDiego Biurrun <diego@biurrun.de>
Sat, 11 Feb 2006 16:17:27 +0000 (16:17 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sat, 11 Feb 2006 16:17:27 +0000 (16:17 +0000)
Originally committed as revision 4975 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/Makefile

index 18bdda1ac6686a6a15f5e46349367eebee0b6fe4..33dd84d7ff5148b6ae03be03fe781e04f74e8c0b 100644 (file)
@@ -534,6 +534,9 @@ install-headers:
                 "$(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