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

aruna at multicorewareinc.com aruna at multicorewareinc.com
Thu Jul 19 08:56:48 CEST 2018


# 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: x265-clone.patch
Type: text/x-patch
Size: 717 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20180719/141a46ae/attachment.bin>


More information about the x265-devel mailing list