OSDN Git Service

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

libavcodec/Makefile

index 33dd84d..9da1880 100644 (file)
@@ -525,6 +525,9 @@ endif
 
 installlib: all install-headers
        install -m 644 $(LIB) "$(libdir)"
+ifeq ($(CONFIG_PP),yes)
+       $(MAKE) -C libpostproc $@
+endif
 
 install-headers:
        mkdir -p "$(prefix)/include/ffmpeg"