mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
11 lines
404 B
C++
11 lines
404 B
C++
--- remoting/host/host_attributes.cc.orig 2021-07-15 19:13:43 UTC
|
|
+++ remoting/host/host_attributes.cc
|
|
@@ -122,7 +122,7 @@ std::string GetHostAttributes() {
|
|
media::InitializeMediaFoundation()) {
|
|
result.push_back("HWEncoder");
|
|
}
|
|
-#elif defined(OS_LINUX) || defined(OS_CHROMEOS)
|
|
+#elif defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
|
|
result.push_back("HWEncoder");
|
|
#endif
|
|
|