diff options
author | Rodeo <[email protected]> | 2014-02-28 00:29:48 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2014-02-28 00:29:48 +0000 |
commit | 733bdedc5f71442c535a8bcc1c239d77c7b15036 (patch) | |
tree | f42dd7646e229d589a5abf033e165252133030a7 /contrib/x265 | |
parent | 525c8a11b4930ff40a94897fc65ebea2fac7126f (diff) |
Bump x265 to r6321 8a84c10e5116.
- rational framerates
- libx265 now provides decode time stamps (DTS)
- encx265: minor refactoring + prepare for muxing to MP4/Matroska
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6088 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/x265')
-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 230ac15e6..ca41327b3 100644 --- a/contrib/x265/module.defs +++ b/contrib/x265/module.defs @@ -1,7 +1,7 @@ $(eval $(call import.MODULE.defs,X265,x265,YASM)) $(eval $(call import.CONTRIB.defs,X265)) -X265.FETCH.url = http://download.handbrake.fr/contrib/x265-5825-9e923f539d89.tar.bz2 +X265.FETCH.url = http://download.handbrake.fr/contrib/x265-6321-8a84c10e5116.tar.bz2 X265.CONFIGURE.exe = cmake X265.CONFIGURE.args.prefix = -DCMAKE_INSTALL_PREFIX="$(X265.CONFIGURE.prefix)" |