Commit 8b6b3632 authored by Hendrik Leppkes's avatar Hendrik Leppkes Committed by Michael Niedermayer

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

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 1be8d0fb
...@@ -13,6 +13,7 @@ FFLIBS-$(CONFIG_ATEMPO_FILTER) += avcodec ...@@ -13,6 +13,7 @@ FFLIBS-$(CONFIG_ATEMPO_FILTER) += avcodec
FFLIBS-$(CONFIG_DECIMATE_FILTER) += avcodec FFLIBS-$(CONFIG_DECIMATE_FILTER) += avcodec
FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec
FFLIBS-$(CONFIG_PAN_FILTER) += swresample FFLIBS-$(CONFIG_PAN_FILTER) += swresample
FFLIBS-$(CONFIG_PP_FILTER) += postproc
FFLIBS-$(CONFIG_REMOVELOGO_FILTER) += avformat avcodec FFLIBS-$(CONFIG_REMOVELOGO_FILTER) += avformat avcodec
FFLIBS-$(CONFIG_MP_FILTER) += avcodec postproc FFLIBS-$(CONFIG_MP_FILTER) += avcodec postproc
FFLIBS-$(CONFIG_SMARTBLUR_FILTER) += swscale FFLIBS-$(CONFIG_SMARTBLUR_FILTER) += swscale
......
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