diff options
Diffstat (limited to 'devel/electron33/files/patch-remoting_host_host__attributes.cc')
-rw-r--r-- | devel/electron33/files/patch-remoting_host_host__attributes.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-remoting_host_host__attributes.cc b/devel/electron33/files/patch-remoting_host_host__attributes.cc deleted file mode 100644 index 0487c82d866c..000000000000 --- a/devel/electron33/files/patch-remoting_host_host__attributes.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- remoting/host/host_attributes.cc.orig 2024-06-18 21:43:37 UTC -+++ remoting/host/host_attributes.cc -@@ -105,7 +105,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 - |