mirror of https://git.FreeBSD.org/ports.git
12 lines
414 B
C++
12 lines
414 B
C++
--- remoting/host/host_attributes.cc.orig 2025-05-05 10:57:53 UTC
|
|
+++ remoting/host/host_attributes.cc
|
|
@@ -103,7 +103,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
|
|
|