From be3e8eda5ac3a3f654fe49e899024fa6dd6b3a6e Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 28 Jan 2011 19:03:10 +0100 Subject: [PATCH] Add forgotten dependancy of avcodec for vf_mp.c --- libavfilter/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 9304c19ba2..aa54ff27a8 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -3,6 +3,7 @@ include $(SUBDIR)../config.mak NAME = avfilter FFLIBS = avcore avutil FFLIBS-$(CONFIG_SCALE_FILTER) += swscale +FFLIBS-$(CONFIG_MP_FILTER) += avcodec HEADERS = avfilter.h avfiltergraph.h