Add forgotten dependancy of avcodec for vf_mp.c
This commit is contained in:
parent
79ce107847
commit
be3e8eda5a
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user