13 lines
430 B
Text
13 lines
430 B
Text
|
Index: remoting/host/host_attributes.cc
|
||
|
--- remoting/host/host_attributes.cc.orig
|
||
|
+++ 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
|
||
|
|