summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-remoting_host_host__attributes.cc
blob: eea7f92e0abfbc354171283c4c2a065e6a390f8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- remoting/host/host_attributes.cc.orig	2021-03-12 23:57:28 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