From c46cfedf0927b8b2f9ca17288a7e9ee19dd0f2bf Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 26 Dec 2012 18:48:26 +0000 Subject: [PATCH] build: mp filter does not depend on postproc anymore This fixes testprogs build target if libpostproc is disabled. Signed-off-by: Paul B Mahol --- libavfilter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 7595e4c1cc..34baa6d11e 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -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 \