x265: fix cross build
This commit is contained in:
parent
38ed67b1f0
commit
47af8086d6
|
@ -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")
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue