blob: d78310e15a13f1a36889028a232679051221e6cf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- remoting/host/host_attributes.cc.orig 2022-02-28 16:54:41 UTC
+++ remoting/host/host_attributes.cc
@@ -122,7 +122,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
|