From 6b7f5b3eb841b9319d4a349110c416cd1d43d4f8 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 14 Jul 2006 10:04:29 +0000 Subject: [PATCH] adding a \ so we can add more lines without having to do a "cosmetic" change in the previous line Originally committed as revision 5741 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/Makefile b/libavutil/Makefile index eaec3de5e1..0d9f1f4778 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -13,7 +13,7 @@ OBJS= mathematics.o \ crc.o \ md5.o \ lls.o \ - adler32.o + adler32.o \ HEADERS = avutil.h common.h mathematics.h integer.h rational.h \ intfloat_readwrite.h md5.h adler32.h