diff options
author | Måns Rullgård <mans@mansr.com> | 2008-10-26 15:21:45 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-10-26 15:21:45 +0000 |
commit | ede725104b57c6bf0fa6b20f18d1035ea091e1cc (patch) | |
tree | fda2d20436b689ef800b0638f7b76960185dad9d /libavfilter | |
parent | 864ac5d6487783785de6c0ae588f957762d23bc6 (diff) | |
download | ffmpeg-ede725104b57c6bf0fa6b20f18d1035ea091e1cc.tar.gz |
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/Makefile | 8 |
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 |