[x265] [PATCH] Fix build error on on ppc64le

jayashree.c at multicorewareinc.com jayashree.c at multicorewareinc.com
Fri May 25 10:13:36 CEST 2018


# HG changeset patch
# User Jayashree <jayashree.c at multicorewareinc.com>
# Date 1527224165 -19800
#      Fri May 25 10:26:05 2018 +0530
# Node ID ec00d2bc88583e1ab5c4e26893863d642e2fe68d
# Parent  fd399861b6c7011bf529f6de4375dd20140e2d84
Fix build error on on ppc64le

diff -r fd399861b6c7 -r ec00d2bc8858 source/common/param.cpp
--- a/source/common/param.cpp	Mon Apr 23 14:16:54 2018 +0530
+++ b/source/common/param.cpp	Fri May 25 10:26:05 2018 +0530
@@ -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")
-------------- next part --------------
A non-text attachment was scrubbed...
Name: x265.patch
Type: text/x-patch
Size: 698 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20180525/125c0cbc/attachment.bin>


More information about the x265-devel mailing list