build: mp filter does not depend on postproc anymore
This fixes testprogs build target if libpostproc is disabled. Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
a2349dc3f0
commit
c46cfedf09
@ -15,7 +15,7 @@ FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec
|
|||||||
FFLIBS-$(CONFIG_PAN_FILTER) += swresample
|
FFLIBS-$(CONFIG_PAN_FILTER) += swresample
|
||||||
FFLIBS-$(CONFIG_PP_FILTER) += postproc
|
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
|
||||||
FFLIBS-$(CONFIG_SMARTBLUR_FILTER) += swscale
|
FFLIBS-$(CONFIG_SMARTBLUR_FILTER) += swscale
|
||||||
|
|
||||||
HEADERS = asrc_abuffer.h \
|
HEADERS = asrc_abuffer.h \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user