$OpenBSD: patch-remoting_host_host_attributes_cc,v 1.6 2021/04/01 10:24:45 robert Exp $

Index: remoting/host/host_attributes.cc
--- remoting/host/host_attributes.cc.orig
+++ remoting/host/host_attributes.cc
@@ -120,7 +120,7 @@ std::string GetHostAttributes() {
       media::InitializeMediaFoundation()) {
     result.push_back("HWEncoder");
   }
-#elif defined(OS_LINUX) || defined(OS_CHROMEOS)
+#elif defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
   result.push_back("HWEncoder");
 #endif
 
