1 --- remoting/host/host_attributes.cc.orig	2022-04-21 18:48:31 UTC
2 +++ remoting/host/host_attributes.cc
3 @@ -121,7 +121,7 @@ std::string GetHostAttributes() {
4        media::InitializeMediaFoundation()) {
5      result.push_back("HWEncoder");
6    }
7 -#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
8 +#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
9    result.push_back("HWEncoder");
10  #endif
11 
12