diff options
author | Rodeo <[email protected]> | 2014-01-28 01:02:34 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2014-01-28 01:02:34 +0000 |
commit | 42a162275242af21ea72df3e5dff620d340199cf (patch) | |
tree | 85ea123a427f1c207c124bccde5735c133a79304 /contrib/libbluray/module.defs | |
parent | bb11d6a3e708a6208b09cdd79bf34e43b4c6d6ea (diff) |
Bump libbluray to version 0.5.0.
Miscellaneous bugfixes and enhancements.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6006 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/libbluray/module.defs')
-rw-r--r-- | contrib/libbluray/module.defs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/libbluray/module.defs b/contrib/libbluray/module.defs index df51564c9..cdffe8515 100644 --- a/contrib/libbluray/module.defs +++ b/contrib/libbluray/module.defs @@ -1,9 +1,7 @@ $(eval $(call import.MODULE.defs,LIBBLURAY,libbluray,LIBXML2)) $(eval $(call import.CONTRIB.defs,LIBBLURAY)) -LIBBLURAY.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libbluray-0.2.3.tar.bz2 - -LIBBLURAY.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache; ./bootstrap; +LIBBLURAY.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libbluray-0.5.0.tar.bz2 ifneq (max,$(LIBBLURAY.GCC.g)) LIBBLURAY.CONFIGURE.extra += --disable-debug |