Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -5,10 +5,11 @@ config BR2_PACKAGE_X265
|
||||
depends on !BR2_STATIC_LIBS # dlfcn
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
||||
help
|
||||
x265 is an open source free software and library for encoding video
|
||||
using the High Efficiency Video Coding (HEVC/H.265) standard. x265 is
|
||||
offered under either the GNU General Public License (GPL) 2 license or
|
||||
a commercial license, similar to the x264 project.
|
||||
x265 is an open source free software and library for
|
||||
encoding video using the High Efficiency Video Coding
|
||||
(HEVC/H.265) standard. x265 is offered under either the GNU
|
||||
General Public License (GPL) 2 license or a commercial
|
||||
license, similar to the x264 project.
|
||||
|
||||
http://x265.org
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Locally generated
|
||||
sha256 b872552535e41fbffa03ba7cbcd3479c42c4053868309292e78e147b7773ac4b x265_2.2.tar.gz
|
||||
sha256 2e53259b504a7edb9b21b9800163b1ff4c90e60c74e23e7001d423c69c5d3d17 x265_2.5.tar.gz
|
||||
|
||||
@@ -4,13 +4,14 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
X265_VERSION = 2.2
|
||||
X265_VERSION = 2.5
|
||||
X265_SOURCE = x265_$(X265_VERSION).tar.gz
|
||||
X265_SITE = https://bitbucket.org/multicoreware/x265/downloads
|
||||
X265_LICENSE = GPLv2+
|
||||
X265_LICENSE = GPL-2.0+
|
||||
X265_LICENSE_FILES = COPYING
|
||||
X265_SUBDIR = source
|
||||
X265_INSTALL_STAGING = YES
|
||||
X265_MAKE = $(MAKE1)
|
||||
|
||||
ifeq ($(BR2_i386)$(BR2_x86_64),y)
|
||||
X265_DEPENDENCIES += host-yasm
|
||||
|
||||
Reference in New Issue
Block a user