aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-remoting_host_host__attributes.cc
blob: 3bcdcaf2f0aa5c35b97d2920385253f9c000edb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- remoting/host/host_attributes.cc.orig	2021-04-14 18:41:08 UTC
+++ 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