mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
vf_pp: add postproc to the library dependencys for avfilter when enabled.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
1be8d0fbda
commit
8b6b3632fe
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue