$NetBSD$ * Part of patchset to build electron on NetBSD * Based on OpenBSD's chromium patches, and FreeBSD's electron patches --- media/gpu/vaapi/vaapi_video_decoder.cc.orig 2025-02-24 19:59:26.000000000 +0000 +++ media/gpu/vaapi/vaapi_video_decoder.cc @@ -782,7 +782,7 @@ void VaapiVideoDecoder::ApplyResolutionC const gfx::Size decoder_natural_size = aspect_ratio_.GetNaturalSize(decoder_visible_rect); -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) std::optional allocator = base::BindRepeating(&AllocateCustomFrameProxy, weak_this_); std::vector candidates = {