Browse code

lavfi: Makefile: cosmetics: align FFLIBS.

Nicolas George authored on 2012/01/26 00:11:32
Showing 1 changed files
... ...
@@ -3,13 +3,13 @@ include $(SUBDIR)../config.mak
3 3
 NAME = avfilter
4 4
 FFLIBS = avutil
5 5
 
6
-FFLIBS-$(CONFIG_ACONVERT_FILTER) += avcodec
7
-FFLIBS-$(CONFIG_AMOVIE_FILTER) += avformat avcodec
8
-FFLIBS-$(CONFIG_ARESAMPLE_FILTER) += avcodec
9
-FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec
10
-FFLIBS-$(CONFIG_PAN_FILTER) += swresample
11
-FFLIBS-$(CONFIG_SCALE_FILTER) += swscale
12
-FFLIBS-$(CONFIG_MP_FILTER) += avcodec
6
+FFLIBS-$(CONFIG_ACONVERT_FILTER)             += avcodec
7
+FFLIBS-$(CONFIG_AMOVIE_FILTER)               += avformat avcodec
8
+FFLIBS-$(CONFIG_ARESAMPLE_FILTER)            += avcodec
9
+FFLIBS-$(CONFIG_MOVIE_FILTER)                += avformat avcodec
10
+FFLIBS-$(CONFIG_PAN_FILTER)                  += swresample
11
+FFLIBS-$(CONFIG_SCALE_FILTER)                += swscale
12
+FFLIBS-$(CONFIG_MP_FILTER)                   += avcodec
13 13
 
14 14
 HEADERS = avcodec.h avfilter.h avfiltergraph.h buffersink.h version.h vsrc_buffer.h
15 15