From cd89efb8b995675a9c55dda5e83a1099f720b082 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 17 Nov 2017 10:55:58 -0800 Subject: [PATCH] Fixed building yuv_rgb.h when stdint.h isn't available (thanks Ozkan!) --- src/video/yuv2rgb/yuv_rgb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/yuv2rgb/yuv_rgb.h b/src/video/yuv2rgb/yuv_rgb.h index 512e90b0afb4a..f1b571e0252d7 100644 --- a/src/video/yuv2rgb/yuv_rgb.h +++ b/src/video/yuv2rgb/yuv_rgb.h @@ -16,7 +16,7 @@ // For all methods, width and height should be even, if not, the last row/column of the result image won't be affected. // For sse methods, if the width if not divisable by 32, the last (width%32) pixels of each line won't be affected. -#include +/*#include - handled by sources including this header */ typedef enum {