summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-01-28 19:03:10 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-01-28 19:04:24 +0100
commitbe3e8eda5ac3a3f654fe49e899024fa6dd6b3a6e (patch)
tree8cfc40117adaf70df0d725272a4799dd6194eab0 /libavfilter
parent79ce107847fa89c132a7e7a8732f4fecef414c30 (diff)
Add forgotten dependancy of avcodec for vf_mp.c
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 9304c19ba2..aa54ff27a8 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