diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2018-03-01 21:11:01 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-03-01 23:16:34 +0100 |
commit | 0f2dbcd3c700c29d8fdfb8761add76c14906cd71 (patch) | |
tree | 117ca1ce632869dd0327adb861c300f52cbd8f3c | |
parent | 2682d77d1a7eee678a974e33d14eb4559225cf33 (diff) | |
download | buildroot-0f2dbcd3c700c29d8fdfb8761add76c14906cd71.tar.gz buildroot-0f2dbcd3c700c29d8fdfb8761add76c14906cd71.zip |
package/x265: bump version to 2.7
Upstream switched to nasm:
https://mailman.videolan.org/pipermail/x265-devel/2018-March/011615.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/x265/x265.hash | 2 | ||||
-rw-r--r-- | package/x265/x265.mk | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/x265/x265.hash b/package/x265/x265.hash index 3e44b03692..e6f22db646 100644 --- a/package/x265/x265.hash +++ b/package/x265/x265.hash @@ -1,2 +1,2 @@ # Locally generated -sha256 2e53259b504a7edb9b21b9800163b1ff4c90e60c74e23e7001d423c69c5d3d17 x265_2.5.tar.gz +sha256 d5e75fa62ffe6ed49e691f8eb8ab8c1634ffcc0725dd553c6fdb4d5443b494a2 x265_2.7.tar.gz diff --git a/package/x265/x265.mk b/package/x265/x265.mk index ae570e6e4c..243025c08b 100644 --- a/package/x265/x265.mk +++ b/package/x265/x265.mk @@ -4,7 +4,7 @@ # ################################################################################ -X265_VERSION = 2.5 +X265_VERSION = 2.7 X265_SOURCE = x265_$(X265_VERSION).tar.gz X265_SITE = https://bitbucket.org/multicoreware/x265/downloads X265_LICENSE = GPL-2.0+ @@ -13,7 +13,7 @@ X265_SUBDIR = source X265_INSTALL_STAGING = YES ifeq ($(BR2_i386)$(BR2_x86_64),y) -X265_DEPENDENCIES += host-yasm +X265_DEPENDENCIES += host-nasm endif # disable altivec, it has build issues |