diff options
author | John Stebbins <[email protected]> | 2016-09-29 11:27:28 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2016-09-29 11:27:28 -0700 |
commit | d3985316111dc8c995bd1e2fe6dcfc700ea30d0b (patch) | |
tree | 2cc814eb0c36ccb528264de710c0c3da6a26ca60 /contrib/x265 | |
parent | 68ee40c22c9135e1d869e6bffcd1f91de4e1ef9b (diff) |
x265: bump to version 2.1 (#343)
Many bug fixes
Adds sliced coding
Also add multicoreware download URL to contrib module definition
Diffstat (limited to 'contrib/x265')
-rw-r--r-- | contrib/x265/module.defs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/x265/module.defs b/contrib/x265/module.defs index 2cca42354..7ae234774 100644 --- a/contrib/x265/module.defs +++ b/contrib/x265/module.defs @@ -2,9 +2,10 @@ __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_2.0.tar.gz -X265.FETCH.url += https://download.videolan.org/pub/videolan/x265/x265_2.0.tar.gz -X265.FETCH.md5 = a4f16c0f054f002d6d8c9c6f7fb03026 +X265.FETCH.url = http://download.handbrake.fr/contrib/x265_2.1.tar.gz +X265.FETCH.url += https://bitbucket.org/multicoreware/x265/downloads/x265_2.1.tar.gz +X265.FETCH.url += https://download.videolan.org/pub/videolan/x265/x265_2.1.tar.gz +X265.FETCH.md5 = c2657ab0925bee1fe7f3675b3f199ac0 X265.CONFIGURE.exe = cmake X265.CONFIGURE.args.prefix = -DCMAKE_INSTALL_PREFIX="$(X265.CONFIGURE.prefix)" |