diff options
Diffstat (limited to 'devel/electron37/files/patch-media_gpu_vaapi_vaapi__wrapper.cc')
-rw-r--r-- | devel/electron37/files/patch-media_gpu_vaapi_vaapi__wrapper.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-media_gpu_vaapi_vaapi__wrapper.cc b/devel/electron37/files/patch-media_gpu_vaapi_vaapi__wrapper.cc new file mode 100644 index 000000000000..ab24f39ac306 --- /dev/null +++ b/devel/electron37/files/patch-media_gpu_vaapi_vaapi__wrapper.cc @@ -0,0 +1,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 |