summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-05-07 12:08:58 +0200
committerDiego Biurrun <diego@biurrun.de>2012-05-07 14:17:40 +0200
commitdbe6ba55a320f5880c2b72c349be12164e6e4267 (patch)
tree1500128f0226e487f22ce8ae227b2629a9876cd8 /libavfilter/Makefile
parent9eb83a56aad355608ff8ae57648ddcf76e218798 (diff)
build: cosmetics: Add missing end-of-line backslashes to item lists.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 619cef7445..ae858397df 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -16,7 +16,7 @@ OBJS = allfilters.o \
formats.o \
graphparser.o \
vf_scale.o \
- vsrc_buffer.o
+ vsrc_buffer.o \
OBJS-$(CONFIG_ANULL_FILTER) += af_anull.o