mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 03:19:18 -04:00
Approved by: rene (mentor, implicit) Security: https://vuxml.freebsd.org/freebsd/fd87a250-ff78-11ed-8290-a8a1599412c6.html
11 lines
414 B
C++
11 lines
414 B
C++
--- remoting/host/host_attributes.cc.orig 2023-05-31 08:12:17 UTC
|
|
+++ 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
|
|
|