Add forgotten dependancy of avcodec for vf_mp.c
This commit is contained in:
@@ -3,6 +3,7 @@ include $(SUBDIR)../config.mak
|
|||||||
NAME = avfilter
|
NAME = avfilter
|
||||||
FFLIBS = avcore avutil
|
FFLIBS = avcore avutil
|
||||||
FFLIBS-$(CONFIG_SCALE_FILTER) += swscale
|
FFLIBS-$(CONFIG_SCALE_FILTER) += swscale
|
||||||
|
FFLIBS-$(CONFIG_MP_FILTER) += avcodec
|
||||||
|
|
||||||
HEADERS = avfilter.h avfiltergraph.h
|
HEADERS = avfilter.h avfiltergraph.h
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user