freebsd-ports/www/chromium/files/patch-remoting_host_host__a...

12 lines
414 B
C++

--- remoting/host/host_attributes.cc.orig 2025-05-05 10:57:53 UTC
+++ remoting/host/host_attributes.cc
@@ -103,7 +103,7 @@ std::string GetHostAttributes() {
if (media::InitializeMediaFoundation()) {
result.push_back("HWEncoder");
}
-#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
result.push_back("HWEncoder");
#endif