aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-media_gpu_vaapi_vaapi__wrapper.cc
blob: 012288a1391c246a49884772a7cdead23322bf68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- media/gpu/vaapi/vaapi_wrapper.cc.orig	2024-03-22 14:16:19 UTC
+++ media/gpu/vaapi/vaapi_wrapper.cc
@@ -67,7 +67,7 @@
 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