diff options
author | jstebbins <[email protected]> | 2010-10-01 23:52:57 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-10-01 23:52:57 +0000 |
commit | ce5592b18dfe78c3e46a2816b541ad9a1d0c429e (patch) | |
tree | 7a37ba5c67aafb6504d5283882ff3a0450bb4b50 | |
parent | 642f32e0c312f3cc1ab9d40cc35aaf02413ac6c1 (diff) |
Fix potential crash in libbluray
event queue size was 1 too small which would lead
to buffer overrun.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3562 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | contrib/libbluray/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libbluray/module.defs b/contrib/libbluray/module.defs index 8ec5d1f3f..99e7affde 100644 --- a/contrib/libbluray/module.defs +++ b/contrib/libbluray/module.defs @@ -1,7 +1,7 @@ $(eval $(call import.MODULE.defs,LIBBLURAY,libbluray)) $(eval $(call import.CONTRIB.defs,LIBBLURAY)) -LIBBLURAY.FETCH.url = http://download.m0k.org/handbrake/contrib/libbluray-0.0.1-pre-7-g8621bd8.tar.gz +LIBBLURAY.FETCH.url = http://download.m0k.org/handbrake/contrib/libbluray-0.0.1-pre-16-g1aab213.tar.gz LIBBLURAY.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache; ./bootstrap; |