summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-01-25 16:11:32 +0100
committerNicolas George <nicolas.george@normalesup.org>2012-01-25 16:12:52 +0100
commit4a68949cd841b077e20523bda1196a7558554dd9 (patch)
treeca3f4bef208d56fe3a77c12766a062f90ddfaedd /libavfilter
parent668494acd8b20f974c7722895d4a6a14c1005f1e (diff)
lavfi: Makefile: cosmetics: align FFLIBS.
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 23bff98ba6..b77a20cbef 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