[FFmpeg-devel] [PATCH] build: mp filter does not depend on postproc anymore

Paul B Mahol onemda at gmail.com
Wed Dec 26 19:49:59 CET 2012


This fixes testprogs build target if libpostproc is disabled.

Signed-off-by: Paul B Mahol <onemda at gmail.com>
---
 libavfilter/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 7595e4c..34baa6d 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                                                \
-- 
1.7.11.4



More information about the ffmpeg-devel mailing list