Skip to content

Commit

Permalink
contrib: Update to x265 2.0.
Browse files Browse the repository at this point in the history
Bug fixes and performance improvements. Notable improvements to tune grain.
  • Loading branch information
bradleysepos committed Aug 10, 2016
1 parent 63291bf commit 1db9a38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/x265/module.defs
Expand Up @@ -2,9 +2,9 @@ __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_1.9.tar.gz
X265.FETCH.url += https://download.videolan.org/pub/videolan/x265/x265_1.9.tar.gz
X265.FETCH.md5 = f34a1c4c660ff07511365cb0983cf164
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.CONFIGURE.exe = cmake
X265.CONFIGURE.args.prefix = -DCMAKE_INSTALL_PREFIX="$(X265.CONFIGURE.prefix)"
Expand Down

0 comments on commit 1db9a38

Please sign in to comment.