Commit be3e8eda authored by Michael Niedermayer's avatar Michael Niedermayer

Add forgotten dependancy of avcodec for vf_mp.c

parent 79ce1078
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment