mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
x265: fix cross build
This commit is contained in:
parent
38ed67b1f0
commit
47af8086d6
2 changed files with 12 additions and 1 deletions
11
srcpkgs/x265/patches/fix-cross.patch
Normal file
11
srcpkgs/x265/patches/fix-cross.patch
Normal 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")
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'x265'
|
# Template file for 'x265'
|
||||||
pkgname=x265
|
pkgname=x265
|
||||||
version=2.8
|
version=2.8
|
||||||
revision=1
|
revision=2
|
||||||
build_wrksrc="source"
|
build_wrksrc="source"
|
||||||
wrksrc="x265_${version}"
|
wrksrc="x265_${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
|
Loading…
Add table
Reference in a new issue