summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-04-14 13:05:08 +0200
committerDiego Biurrun <diego@biurrun.de>2012-05-07 14:01:32 +0200
commit9eb83a56aad355608ff8ae57648ddcf76e218798 (patch)
treeaa05fea64fd25c3310d5725317d6dc0a24f16e80 /libavfilter/Makefile
parent1f4f752117c0519345a1b0a725a57440cc8924ec (diff)
build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 46fa93dc4f..619cef7445 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -2,7 +2,11 @@ NAME = avfilter
FFLIBS = avutil swscale
FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec
-HEADERS = avfilter.h avfiltergraph.h buffersrc.h version.h vsrc_buffer.h
+HEADERS = avfilter.h \
+ avfiltergraph.h \
+ buffersrc.h \
+ version.h \
+ vsrc_buffer.h \
OBJS = allfilters.o \
avfilter.o \
@@ -68,4 +72,5 @@ OBJS-$(CONFIG_TESTSRC_FILTER) += vsrc_testsrc.o
OBJS-$(CONFIG_NULLSINK_FILTER) += vsink_nullsink.o
-TOOLS = graph2dot lavfi-showfiltfmts
+TOOLS = graph2dot \
+ lavfi-showfiltfmts \