[x265] [PATCH] Fix build failure because of header file

Divya Manivannan divya at multicorewareinc.com
Fri Jun 30 12:26:04 CEST 2017


# HG changeset patch
# User Divya Manivannan <divya at multicorewareinc.com>
# Date 1498817273 -19800
#      Fri Jun 30 15:37:53 2017 +0530
# Node ID 72ffd505fa3be736af96bd043008b41e6e7ba0e5
# Parent  0216c8ccfdb7eb95ad003dab8050b59b16a83ccb
Fix build failure because of header file

diff -r 0216c8ccfdb7 -r 72ffd505fa3b source/x265.h
--- a/source/x265.h	Fri Jun 30 11:40:01 2017 +0530
+++ b/source/x265.h	Fri Jun 30 15:37:53 2017 +0530
@@ -26,7 +26,7 @@
 #define X265_H
 
 #include <stdint.h>
-#include <cstdio>
+#include <stdio.h>
 #include "x265_config.h"
 
 #ifdef __cplusplus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: x265.patch
Type: text/x-patch
Size: 578 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20170630/be54e08c/attachment.bin>


More information about the x265-devel mailing list