ports/www/chromium/files/patch-remoting_host_host__attributes.cc
Robert Nagy 4eb083eab9 www/chromium: update to 101.0.4951.41
Security:	26f2123b-c6c6-11ec-b66f-3065ec8fd3ec
2022-04-28 09:47:56 +02:00

11 lines
414 B
C++

--- remoting/host/host_attributes.cc.orig 2022-04-21 18:48:31 UTC
+++ remoting/host/host_attributes.cc
@@ -121,7 +121,7 @@ std::string GetHostAttributes() {
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