[FFmpeg-cvslog] Add forgotten dependancy of avcodec for vf_mp.c

Michael Niedermayer git
Fri Jan 28 19:05:49 CET 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Jan 28 19:03:10 2011 +0100| [be3e8eda5ac3a3f654fe49e899024fa6dd6b3a6e] | committer: Michael Niedermayer

Add forgotten dependancy of avcodec for vf_mp.c

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=be3e8eda5ac3a3f654fe49e899024fa6dd6b3a6e
---

 libavfilter/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 9304c19..aa54ff2 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
 




More information about the ffmpeg-cvslog mailing list