[x265] [PATCH] Fix build error on on ppc64le
Ashok Kumar Mishra
ashok at multicorewareinc.com
Fri May 25 15:25:51 CEST 2018
On Fri, May 25, 2018 at 1:43 PM, <jayashree.c at multicorewareinc.com> wrote:
> # 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")
>
> _______________________________________________
> x265-devel mailing list
> x265-devel at videolan.org
> https://mailman.videolan.org/listinfo/x265-devel
>
>
Pushed. Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20180525/8abef6ff/attachment.html>
More information about the x265-devel
mailing list