summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-remoting_host_host__attributes.cc
blob: 088c9fa186c5b0a886bd45ea0b4cf08747de6fb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- remoting/host/host_attributes.cc.orig	2024-06-17 12:56:06 UTC
+++ remoting/host/host_attributes.cc
@@ -105,7 +105,7 @@ std::string GetHostAttributes() {
   if (media::InitializeMediaFoundation()) {
     result.push_back("HWEncoder");
   }
-#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
   result.push_back("HWEncoder");
 #endif