[FFmpeg-cvslog] lavfi/Makefile: add missing dependencies to FFLIBS.
Clément Bœsch
git at videolan.org
Mon Dec 31 01:41:24 CET 2012
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Mon Dec 31 01:40:34 2012 +0100| [8d06e83d16ebb6ed8554a5e2cf1dd2d3e2805901] | committer: Clément Bœsch
lavfi/Makefile: add missing dependencies to FFLIBS.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8d06e83d16ebb6ed8554a5e2cf1dd2d3e2805901
---
libavfilter/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index c44f920..d84bf5d 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -8,14 +8,17 @@ FFLIBS-$(CONFIG_ARESAMPLE_FILTER) += swresample
FFLIBS-$(CONFIG_ASYNCTS_FILTER) += avresample
FFLIBS-$(CONFIG_ATEMPO_FILTER) += avcodec
FFLIBS-$(CONFIG_DECIMATE_FILTER) += avcodec
+FFLIBS-$(CONFIG_DESHAKE_FILTER) += avcodec
FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec
FFLIBS-$(CONFIG_MP_FILTER) += avcodec
FFLIBS-$(CONFIG_PAN_FILTER) += swresample
FFLIBS-$(CONFIG_PP_FILTER) += postproc
-FFLIBS-$(CONFIG_REMOVELOGO_FILTER) += avformat avcodec
+FFLIBS-$(CONFIG_REMOVELOGO_FILTER) += avformat avcodec swscale
FFLIBS-$(CONFIG_RESAMPLE_FILTER) += avresample
FFLIBS-$(CONFIG_SCALE_FILTER) += swscale
+FFLIBS-$(CONFIG_SHOWSPECTRUM_FILTER) += avcodec
FFLIBS-$(CONFIG_SMARTBLUR_FILTER) += swscale
+FFLIBS-$(CONFIG_SUBTITLES_FILTER) += avformat avcodec
HEADERS = asrc_abuffer.h \
avcodec.h \
More information about the ffmpeg-cvslog
mailing list