summaryrefslogtreecommitdiff
path: root/devel/electron37/files/patch-media_gpu_vaapi_vaapi__wrapper.cc
blob: ab24f39ac306b237b6446c8b785f0d115680ceb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- media/gpu/vaapi/vaapi_wrapper.cc.orig	2025-06-30 07:04:30 UTC
+++ media/gpu/vaapi/vaapi_wrapper.cc
@@ -82,7 +82,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