[FFmpeg-cvslog] build: mp filter does not depend on postproc anymore
Paul B Mahol
git at videolan.org
Wed Dec 26 20:16:41 CET 2012
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Wed Dec 26 18:48:26 2012 +0000| [c46cfedf0927b8b2f9ca17288a7e9ee19dd0f2bf] | committer: Paul B Mahol
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 at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c46cfedf0927b8b2f9ca17288a7e9ee19dd0f2bf
---
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 \
More information about the ffmpeg-cvslog
mailing list