aboutsummaryrefslogtreecommitdiffstats
path: root/devel/electron39/files/patch-media_gpu_vaapi_vaapi__wrapper.cc
blob: c9a2ff623b8efa97c94018b148f54f18409dfad0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- media/gpu/vaapi/vaapi_wrapper.cc.orig	2025-10-21 20:19:54 UTC
+++ media/gpu/vaapi/vaapi_wrapper.cc
@@ -85,7 +85,7 @@ using media_gpu_vaapi::kModuleVa_prot;
 using media_gpu_vaapi::kModuleVa_prot;
 #endif
 
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
 #include "base/files/file_util.h"
 #include "base/strings/string_split.h"
 #endif