diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2007-02-28 03:28:31 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2007-02-28 03:28:31 +0000 |
commit | bb0eb714bd8343dfc69857914b99ccd3438430bf (patch) | |
tree | 7eae00cbd335b85068f201283c3e3ad91cdab47f /libavutil/Makefile | |
parent | c2a29455e348f136043a0b3a23637924413180dc (diff) | |
download | ffmpeg-bb0eb714bd8343dfc69857914b99ccd3438430bf.tar.gz |
get_packetheader() forgot to read the header_checksum in big packets
patch from Clemens Ladisch cladisch AT fastmail dot net
(stray base64 patch reverted in the next commits)
Originally committed as revision 8156 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index 67d4b0cb38..ebd9ba4a0e 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -18,7 +18,7 @@ OBJS= mathematics.o \ HEADERS = avutil.h common.h mathematics.h integer.h rational.h \ intfloat_readwrite.h md5.h adler32.h log.h fifo.h lzo.h \ - random.h + random.h base64.h NAME=avutil LIBVERSION=$(LAVUVERSION) |