From ede725104b57c6bf0fa6b20f18d1035ea091e1cc Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sun, 26 Oct 2008 15:21:45 +0000 Subject: cosmetic: align backslashes in makefiles Originally committed as revision 15717 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavfilter/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libavfilter') 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 -- cgit v1.2.3