2023-08-16 22:26:55 +00:00
|
|
|
Index: remoting/host/host_attributes.cc
|
|
|
|
--- remoting/host/host_attributes.cc.orig
|
|
|
|
+++ remoting/host/host_attributes.cc
|
2024-05-20 13:42:05 +00:00
|
|
|
@@ -104,7 +104,7 @@ std::string GetHostAttributes() {
|
2023-08-16 22:26:55 +00:00
|
|
|
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
|
|
|
|
|