Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-01-28 21:03:10 +0300
committerMichael Niedermayer <michaelni@gmx.at>2011-01-28 21:04:24 +0300
commitbe3e8eda5ac3a3f654fe49e899024fa6dd6b3a6e (patch)
tree8cfc40117adaf70df0d725272a4799dd6194eab0 /libavfilter/Makefile
parent79ce107847fa89c132a7e7a8732f4fecef414c30 (diff)
Add forgotten dependancy of avcodec for vf_mp.c
Diffstat (limited to 'libavfilter/Makefile')
-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