Add forgotten dependancy of avcodec for vf_mp.c

This commit is contained in:
Michael Niedermayer 2011-01-28 19:03:10 +01:00
parent 79ce107847
commit be3e8eda5a
1 changed files with 1 additions and 0 deletions

View File

@ -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