[FFmpeg-cvslog] lavfi: Makefile: cosmetics: align FFLIBS.

Nicolas George git at videolan.org
Wed Jan 25 16:13:36 CET 2012


ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Wed Jan 25 16:11:32 2012 +0100| [4a68949cd841b077e20523bda1196a7558554dd9] | committer: Nicolas George

lavfi: Makefile: cosmetics: align FFLIBS.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4a68949cd841b077e20523bda1196a7558554dd9
---

 libavfilter/Makefile |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 23bff98..b77a20c 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -3,13 +3,13 @@ include $(SUBDIR)../config.mak
 NAME = avfilter
 FFLIBS = avutil
 
-FFLIBS-$(CONFIG_ACONVERT_FILTER) += avcodec
-FFLIBS-$(CONFIG_AMOVIE_FILTER) += avformat avcodec
-FFLIBS-$(CONFIG_ARESAMPLE_FILTER) += avcodec
-FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec
-FFLIBS-$(CONFIG_PAN_FILTER) += swresample
-FFLIBS-$(CONFIG_SCALE_FILTER) += swscale
-FFLIBS-$(CONFIG_MP_FILTER) += avcodec
+FFLIBS-$(CONFIG_ACONVERT_FILTER)             += avcodec
+FFLIBS-$(CONFIG_AMOVIE_FILTER)               += avformat avcodec
+FFLIBS-$(CONFIG_ARESAMPLE_FILTER)            += avcodec
+FFLIBS-$(CONFIG_MOVIE_FILTER)                += avformat avcodec
+FFLIBS-$(CONFIG_PAN_FILTER)                  += swresample
+FFLIBS-$(CONFIG_SCALE_FILTER)                += swscale
+FFLIBS-$(CONFIG_MP_FILTER)                   += avcodec
 
 HEADERS = avcodec.h avfilter.h avfiltergraph.h buffersink.h version.h vsrc_buffer.h
 



More information about the ffmpeg-cvslog mailing list