Ditch libuuid. Switch to using a md5 sum of each frame in the segment for the UID.
commit51d4d9885b508c9cdd7fffbd79191e3ce0a863ec
authorNathan Caldwell <saintdev@gmail.com>
Fri, 25 Jan 2008 05:46:05 +0000 (24 22:46 -0700)
committerNathan Caldwell <saintdev@gmail.com>
Mon, 28 Jan 2008 23:41:39 +0000 (28 16:41 -0700)
treeb0bc2ef95f180809b27d18456c1a191bb7aa8ad7
parent250ca11744b0c68767939dd9ed914031d0cd7a50
Ditch libuuid. Switch to using a md5 sum of each frame in the segment for the UID.
MD5 implementation comes from XYSSL.
configure.ac
src/Makefile.am
src/matroska.c
src/matroska.h
src/md5.c [new file with mode: 0644]
src/md5.h [new file with mode: 0644]