diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2006-07-14 10:04:29 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2006-07-14 10:04:29 +0000 |
commit | 6b7f5b3eb841b9319d4a349110c416cd1d43d4f8 (patch) | |
tree | 9e7bc0eda8c95d14d81c900ded2715f12991bb9c /libavutil | |
parent | 82ab5ad7b2e23515a0e83a0434a5b32cc44a1b31 (diff) | |
download | ffmpeg-6b7f5b3eb841b9319d4a349110c416cd1d43d4f8.tar.gz |
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
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |