summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-08 16:19:03 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-08 16:19:03 +0000
commit3d323571d6e3b25f3c399183ec162db51fa13a11 (patch)
tree2380287a783f39e577845d310c022c6634a178e5 /Makefile
parent4c85ae7ba5c3050c34df025d64b48267141d39b9 (diff)
Install libavfilter if it has been enabled.
Originally committed as revision 12368 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ea8df0113f..7422c65862 100644
--- 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