aboutsummaryrefslogblamecommitdiff
path: root/devel/electron23/files/patch-remoting_host_host__attributes.cc
blob: 090fa5702b58ae32ba1e5b85c1fa1d43511fa088 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                         
--- remoting/host/host_attributes.cc.orig	2022-04-21 18:48:31 UTC
+++ remoting/host/host_attributes.cc
@@ -121,7 +121,7 @@ std::string GetHostAttributes() {
       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