[x265] [PATCH] fix build error on BSD
Mahesh Pittala
mahesh at multicorewareinc.com
Thu Dec 1 16:58:11 UTC 2022
>From 4da1198a94028026ce96ba1781d3c7842e74e173 Mon Sep 17 00:00:00 2001
From: Barath Nithish <bharath.lingasamy at multicorewareinc.com>
Date: Thu, 1 Dec 2022 15:49:11 +0530
Subject: [PATCH] fix build error on BSD
Signed-off-by: maheshpittala <mahesh at multicorewareinc.com>
---
source/x265.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/source/x265.h b/source/x265.h
index e77d4e019..95532580a 100644
--- a/source/x265.h
+++ b/source/x265.h
@@ -26,6 +26,7 @@
#define X265_H
#include <stdint.h>
#include <stdio.h>
+#include <sys/stat.h>
#include "x265_config.h"
#ifdef __cplusplus
extern "C" {
--
2.23.0.windows.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20221201/4d09cd66/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_BSD_build_error.diff
Type: application/octet-stream
Size: 625 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20221201/4d09cd66/attachment.obj>
More information about the x265-devel
mailing list