diff options
author | jstebbins <[email protected]> | 2015-02-13 18:06:42 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2015-02-13 18:06:42 +0000 |
commit | 200be8782f6c9082dfb9228842b10bc1ba139315 (patch) | |
tree | 83fb0e61adfb9962802ef48f5556082ed273167c /contrib/x265/module.defs | |
parent | 8e8337769c4ca887e820b3f99877814f273d8e2c (diff) |
x265: bump to version 1.5
many improvements including:
psy-rd(oq) enabled by default for presets that support them
aq-mode default changed to 1
new "grain" tune
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6901 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/x265/module.defs')
-rw-r--r-- | contrib/x265/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/x265/module.defs b/contrib/x265/module.defs index e2e27b0fa..071f7a600 100644 --- a/contrib/x265/module.defs +++ b/contrib/x265/module.defs @@ -2,7 +2,7 @@ __deps__ := YASM CMAKE $(eval $(call import.MODULE.defs,X265,x265,$(__deps__))) $(eval $(call import.CONTRIB.defs,X265)) -X265.FETCH.url = http://download.handbrake.fr/contrib/x265-8768-5e604833c5aa-1.4.tar.bz2 +X265.FETCH.url = http://download.handbrake.fr/contrib/x265-9329-0d30d2641875-1.5.tar.bz2 X265.CONFIGURE.exe = cmake X265.CONFIGURE.args.prefix = -DCMAKE_INSTALL_PREFIX="$(X265.CONFIGURE.prefix)" |