diff options
Diffstat (limited to 'devel/electron38/files/patch-remoting_host_host__attributes.cc')
-rw-r--r-- | devel/electron38/files/patch-remoting_host_host__attributes.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron38/files/patch-remoting_host_host__attributes.cc b/devel/electron38/files/patch-remoting_host_host__attributes.cc new file mode 100644 index 000000000000..6d7cb13b1fc4 --- /dev/null +++ b/devel/electron38/files/patch-remoting_host_host__attributes.cc @@ -0,0 +1,11 @@ +--- remoting/host/host_attributes.cc.orig 2025-04-22 20:15:27 UTC ++++ remoting/host/host_attributes.cc +@@ -103,7 +103,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 + |