forked from Lainports/opnsense-ports
11 lines
364 B
C++
11 lines
364 B
C++
--- media/gpu/vaapi/vaapi_wrapper.cc.orig 2024-08-14 20:55:06 UTC
|
|
+++ media/gpu/vaapi/vaapi_wrapper.cc
|
|
@@ -72,7 +72,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
|