$OpenBSD: patch-remoting_host_host_attributes_cc,v 1.2 2019/04/17 11:48:54 robert Exp $

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