blob: c4193ff10fc7a0faccc76042c5e1445ae3091cad (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- media/gpu/vaapi/vaapi_wrapper.cc.orig 2025-05-05 10:57:53 UTC
+++ media/gpu/vaapi/vaapi_wrapper.cc
@@ -81,7 +81,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
|