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

Pradeep Ramachandran pradeep at multicorewareinc.com
Fri Jun 30 13:36:06 CEST 2017


On Fri, Jun 30, 2017 at 3:56 PM, Divya Manivannan <
divya at multicorewareinc.com> wrote:

> # 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
>

Pushed to default


>
> 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
>
> _______________________________________________
> x265-devel mailing list
> x265-devel at videolan.org
> https://mailman.videolan.org/listinfo/x265-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20170630/102e58d4/attachment.html>


More information about the x265-devel mailing list