mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
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_PP_FILTER) += postproc
|
||||
FFLIBS-$(CONFIG_REMOVELOGO_FILTER) += avformat avcodec
|
||||
FFLIBS-$(CONFIG_MP_FILTER) += avcodec postproc
|
||||
FFLIBS-$(CONFIG_MP_FILTER) += avcodec
|
||||
FFLIBS-$(CONFIG_SMARTBLUR_FILTER) += swscale
|
||||
|
||||
HEADERS = asrc_abuffer.h \
|
||||
|
Loading…
Reference in New Issue
Block a user