package/x265: bump to version 3.0

Remove second patch (already in version)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Fabrice Fontaine 2019-05-08 17:34:14 +02:00 committed by Peter Korsgaard
parent 9372aea8f7
commit 1b4e58d802
4 changed files with 2 additions and 25 deletions

View File

@ -1,23 +0,0 @@
# HG changeset patch
# User Jayashree <jayashree.c@multicorewareinc.com>
# Date 1527224165 -19800
# Node ID 4504219210793536d921ee4e0b3058698c630bf4
# Parent cc2c5e46f3c87d27e3602af30b06ba6a0fbe2704
Fix build error on on ppc64le
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Upstream status: commit 450421921
diff --git a/source/common/param.cpp b/source/common/param.cpp
--- a/source/common/param.cpp
+++ b/source/common/param.cpp
@@ -633,7 +633,7 @@
if (bValueWasNull)
p->cpuid = atobool(value);
else
- p->cpuid = parseCpuName(value, bError);
+ p->cpuid = parseCpuName(value, bError, false);
#endif
}
OPT("fps")

View File

@ -1,3 +1,3 @@
# Locally generated
sha256 6e59f9afc0c2b87a46f98e33b5159d56ffb3558a49d8e3d79cb7fdc6b7aaa863 x265_2.8.tar.gz
sha256 c5b9fc260cabbc4a81561a448f4ce9cad7218272b4011feabc3a6b751b2f0662 x265_3.0.tar.gz
sha256 d8afb1bcc7a2cfc603683b168d6987ef0a48e59e0da3693bf55c5d33b67e2b49 COPYING

View File

@ -4,7 +4,7 @@
#
################################################################################
X265_VERSION = 2.8
X265_VERSION = 3.0
X265_SOURCE = x265_$(X265_VERSION).tar.gz
X265_SITE = https://bitbucket.org/multicoreware/x265/downloads
X265_LICENSE = GPL-2.0+