blob: b11e00e7fc293df944efac408fcd2da5daa4975c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- media/gpu/vaapi/vaapi_wrapper.cc.orig 2025-09-11 13:19:19 UTC
+++ media/gpu/vaapi/vaapi_wrapper.cc
@@ -83,7 +83,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
|