aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-remoting_host_host__attributes.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-remoting_host_host__attributes.cc')
-rw-r--r--www/chromium/files/patch-remoting_host_host__attributes.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-remoting_host_host__attributes.cc b/www/chromium/files/patch-remoting_host_host__attributes.cc
index d0d8bf080bb8..3dda092d35f6 100644
--- a/www/chromium/files/patch-remoting_host_host__attributes.cc
+++ b/www/chromium/files/patch-remoting_host_host__attributes.cc
@@ -1,11 +1,11 @@
---- remoting/host/host_attributes.cc.orig 2020-05-13 18:40:33 UTC
+--- remoting/host/host_attributes.cc.orig 2020-11-13 06:36:46 UTC
+++ 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)
+-#elif defined(OS_LINUX) || defined(OS_CHROMEOS)
++#elif defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
result.push_back("HWEncoder");
#endif