Commit add81f63 authored by diego's avatar diego

Install libavfilter if it has been enabled.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12368 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 97ab452c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment