parent
cd2972ac28
commit
3ddac98f22
@ -1 +1 @@
|
|||||||
b68dcd4e8a495e53e53034a11fec5eb9 x265_2.8.tar.gz
|
693ee4ce7929a59735f441107310f0bb x265_2.9.tar.gz
|
||||||
|
@ -1,19 +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
|
|
||||||
|
|
||||||
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")
|
|
Loading…
Reference in new issue