Просмотр исходного кода

Add forgotten dependancy of avcodec for vf_mp.c

Michael Niedermayer 14 лет назад
Родитель
Сommit
be3e8eda5a
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      libavfilter/Makefile

+ 1 - 0
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