x265: fix cross build

This commit is contained in:
Enno Boland 2018-05-28 11:08:24 +02:00
parent 38ed67b1f0
commit 47af8086d6
No known key found for this signature in database
GPG Key ID: D09964719BDE9971
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,11 @@
--- source/common/param.cpp.orig 2018-05-28 11:05:41.571934454 +0200
+++ source/common/param.cpp 2018-05-28 11:05:47.109929916 +0200
@@ -633,7 +633,7 @@ int x265_param_parse(x265_param* p, cons
if (bValueWasNull)
p->cpuid = atobool(value);
else
- p->cpuid = parseCpuName(value, bError);
+ p->cpuid = parseCpuName(value, bError, false);
#endif
}
OPT("fps")

View File

@ -1,7 +1,7 @@
# Template file for 'x265'
pkgname=x265
version=2.8
revision=1
revision=2
build_wrksrc="source"
wrksrc="x265_${version}"
build_style=cmake