[FFmpeg-cvslog] vf_pp: add postproc to the library dependencys for avfilter when enabled.

Hendrik Leppkes git at videolan.org
Tue Dec 25 16:43:01 CET 2012


ffmpeg | branch: master | Hendrik Leppkes <h.leppkes at gmail.com> | Tue Dec 25 14:45:00 2012 +0100| [8b6b3632fea26b2fedfb3fc4937b0835b559ec45] | committer: Michael Niedermayer

vf_pp: add postproc to the library dependencys for avfilter when enabled.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8b6b3632fea26b2fedfb3fc4937b0835b559ec45
---

 libavfilter/Makefile |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 4f0eb3b..7595e4c 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -13,6 +13,7 @@ FFLIBS-$(CONFIG_ATEMPO_FILTER)               += avcodec
 FFLIBS-$(CONFIG_DECIMATE_FILTER)             += avcodec
 FFLIBS-$(CONFIG_MOVIE_FILTER)                += avformat avcodec
 FFLIBS-$(CONFIG_PAN_FILTER)                  += swresample
+FFLIBS-$(CONFIG_PP_FILTER)                   += postproc
 FFLIBS-$(CONFIG_REMOVELOGO_FILTER)           += avformat avcodec
 FFLIBS-$(CONFIG_MP_FILTER)                   += avcodec postproc
 FFLIBS-$(CONFIG_SMARTBLUR_FILTER)            += swscale



More information about the ffmpeg-cvslog mailing list