summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-remoting_host_host__attributes.cc
blob: d0d8bf080bb843f22afe9136700b342dbfdb4231 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- remoting/host/host_attributes.cc.orig	2020-05-13 18:40:33 UTC
+++ remoting/host/host_attributes.cc
@@ -120,7 +120,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