openbsd-ports/www/iridium/patches/patch-remoting_host_host_attributes_cc
2022-10-05 08:59:45 +00:00

13 lines
430 B
Plaintext

Index: remoting/host/host_attributes.cc
--- remoting/host/host_attributes.cc.orig
+++ 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