[x265] [PATCH] dhdr: Replace the header "string" with its C++ equivalent <cstring> to fix build

Ashok Kumar Mishra ashok at multicorewareinc.com
Thu Jul 19 09:04:28 CEST 2018


On Thu, Jul 19, 2018 at 12:26 PM, <aruna at multicorewareinc.com> wrote:

> # HG changeset patch
> # User Aruna Matheswaran <aruna at multicorewareinc.com>
> # Date 1531983326 -19800
> #      Thu Jul 19 12:25:26 2018 +0530
> # Node ID e2759ae31c3638518d4a6358a884f569efae1298
> # Parent  aed31e7421e64397718cb8e13724be58cfcf497a
> dhdr: Replace the header "string" with its C++ equivalent <cstring> to fix
> build
> failures.
>
> diff -r aed31e7421e6 -r e2759ae31c36 source/dynamicHDR10/
> metadataFromJson.h
> --- a/source/dynamicHDR10/metadataFromJson.h    Mon May 28 11:13:12 2018
> +0530
> +++ b/source/dynamicHDR10/metadataFromJson.h    Thu Jul 19 12:25:26 2018
> +0530
> @@ -26,7 +26,7 @@
>  #define METADATAFROMJSON_H
>
>  #include<stdint.h>
> -#include "string"
> +#include<cstring>
>  #include "JsonHelper.h"
>
>  class metadataFromJson
>
> _______________________________________________
> x265-devel mailing list
> x265-devel at videolan.org
> https://mailman.videolan.org/listinfo/x265-devel
>
>
Pushed.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20180719/5ddede21/attachment.html>


More information about the x265-devel mailing list