summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-remoting_host_host__attributes.cc
blob: 3560ed2ad39c2e52f50397f06ab46a199f7e63fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- remoting/host/host_attributes.cc.orig	2021-05-12 22:05:58 UTC
+++ remoting/host/host_attributes.cc
@@ -122,7 +122,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