summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-10-26 15:21:45 +0000
committerMåns Rullgård <mans@mansr.com>2008-10-26 15:21:45 +0000
commitede725104b57c6bf0fa6b20f18d1035ea091e1cc (patch)
treefda2d20436b689ef800b0638f7b76960185dad9d /libavfilter
parent864ac5d6487783785de6c0ae588f957762d23bc6 (diff)
cosmetic: align backslashes in makefiles
Originally committed as revision 15717 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 2357aeea44..1cd4992442 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -5,10 +5,10 @@ FFLIBS = avcodec avutil
FFLIBS-$(CONFIG_SWSCALE) += swscale
FFLIBS-$(CONFIG_AVFILTER_LAVF) += avformat
-OBJS = allfilters.o \
- avfilter.o \
- defaults.o \
- formats.o \
+OBJS = allfilters.o \
+ avfilter.o \
+ defaults.o \
+ formats.o \
#OBJS-$(CONFIG_XXX_FILTER) += vf_xxx.o