pkgsrc-wip/chromium/patches/patch-remoting_host_host__a...

14 lines
378 B
C++

$NetBSD$
--- remoting/host/host_attributes.cc.orig 2020-07-15 18:56:01.000000000 +0000
+++ remoting/host/host_attributes.cc
@@ -120,7 +120,7 @@ std::string GetHostAttributes() {
media::InitializeMediaFoundation()) {
result.push_back("HWEncoder");
}
-#elif defined(OS_LINUX)
+#elif defined(OS_LINUX) || defined(OS_BSD)
result.push_back("HWEncoder");
#endif