mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 20:09:14 -04:00
11 lines
414 B
C++
11 lines
414 B
C++
--- remoting/host/host_attributes.cc.orig 2022-04-21 18:48:31 UTC
|
|
+++ remoting/host/host_attributes.cc
|
|
@@ -121,7 +121,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
|
|
|