diff options
author | jstebbins <[email protected]> | 2015-05-27 17:16:08 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2015-05-27 17:16:08 +0000 |
commit | 5d559114de4456ee4d2b7573bbfe350706e7d69e (patch) | |
tree | 5f383ff6c6510d0d0b9b3bce929124c77c8aec12 /contrib | |
parent | f127b802bec8ca3394b155f15fde5519d04f4897 (diff) |
libbluray: bump to version 0.8.1
Fixes a minor memory leak in libudfread
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7231 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib')
-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 010681591..e336bfda0 100644 --- a/contrib/libbluray/module.defs +++ b/contrib/libbluray/module.defs @@ -1,7 +1,7 @@ $(eval $(call import.MODULE.defs,LIBBLURAY,libbluray,PKGCONFIG LIBXML2 FREETYPE)) $(eval $(call import.CONTRIB.defs,LIBBLURAY)) -LIBBLURAY.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libbluray-0.8.0.tar.bz2 +LIBBLURAY.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libbluray-0.8.1.tar.bz2 ifneq (max,$(LIBBLURAY.GCC.g)) LIBBLURAY.CONFIGURE.extra += --disable-debug |