diff options
author | saintdev <[email protected]> | 2010-07-19 16:50:50 +0000 |
---|---|---|
committer | saintdev <[email protected]> | 2010-07-19 16:50:50 +0000 |
commit | bf7630ea1e2b0f07f9fd22db5c05dcbd66490425 (patch) | |
tree | b590ef4abb21e3ebba7905fa24064c5b3aa338ba /contrib | |
parent | 06d71908754669f4148a2eae020e2b02afd30c04 (diff) |
Bump libmkv to 0.6.4.1
-Fixes a bug with the last byte of the SegmentUID overwriting the first byte of the MuxingApp EBML ID.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3449 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/libmkv/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libmkv/module.defs b/contrib/libmkv/module.defs index 3805d25a4..22bb1eefd 100644 --- a/contrib/libmkv/module.defs +++ b/contrib/libmkv/module.defs @@ -1,4 +1,4 @@ $(eval $(call import.MODULE.defs,LIBMKV,libmkv)) $(eval $(call import.CONTRIB.defs,LIBMKV)) -LIBMKV.FETCH.url = http://download.m0k.org/handbrake/contrib/libmkv-0.6.4.tar.bz2 +LIBMKV.FETCH.url = http://download.m0k.org/handbrake/contrib/libmkv-0.6.4.1.tar.bz2 |