diff options
author | John Stebbins <[email protected]> | 2015-10-12 13:43:11 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2015-10-12 13:43:11 -0700 |
commit | 399156ed940b7d6e98d5a853232515f1cca0ecb1 (patch) | |
tree | 01bd2a5c5d0ab6b45f087cc3f2dadd3ac4b7f73c | |
parent | 87fdf319e91a84113e738282a11c56f4c4bb738d (diff) | |
parent | bf0eeb831bb681eb503d7fc5fadd8e09e46cda08 (diff) |
Merge pull request #16 from jstebbins/x265-bump
x265: update to version 1.8
-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 1a9ac1a55..fdbb2b88a 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_1.7.tar.gz +X265.FETCH.url = http://download.handbrake.fr/contrib/x265_1.8.tar.gz X265.CONFIGURE.exe = cmake X265.CONFIGURE.args.prefix = -DCMAKE_INSTALL_PREFIX="$(X265.CONFIGURE.prefix)" |