Commit 3d323571 authored by Diego Biurrun's avatar Diego Biurrun

Install libavfilter if it has been enabled.

Originally committed as revision 12368 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4c85ae7b
......@@ -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