aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-remoting_host_host__attributes.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron13/files/patch-remoting_host_host__attributes.cc')
-rw-r--r--devel/electron13/files/patch-remoting_host_host__attributes.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron13/files/patch-remoting_host_host__attributes.cc b/devel/electron13/files/patch-remoting_host_host__attributes.cc
new file mode 100644
index 000000000000..c0b681f73702
--- /dev/null
+++ b/devel/electron13/files/patch-remoting_host_host__attributes.cc
@@ -0,0 +1,11 @@
+--- 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
+