OSDN Git Service

Install libavfilter if it has been enabled.
authorDiego Biurrun <diego@biurrun.de>
Sat, 8 Mar 2008 16:19:03 +0000 (16:19 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sat, 8 Mar 2008 16:19:03 +0000 (16:19 +0000)
Originally committed as revision 12368 to svn://svn.ffmpeg.org/ffmpeg/trunk

Makefile

index ea8df01..7422c65 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -174,6 +174,7 @@ install-libs:
        $(MAKE)                    -C libavdevice install-libs
        $(MAKE-$(CONFIG_PP))       -C libpostproc install-libs
        $(MAKE-$(CONFIG_SWSCALER)) -C libswscale  install-libs
+       $(MAKE-$(CONFIG_AVFILTER)) -C libavfilter install-libs
 
 install-headers:
        $(MAKE)              -C libavutil   install-headers