diff options
Diffstat (limited to 'devel/electron4/files/patch-remoting_host_host__attributes.cc')
-rw-r--r-- | devel/electron4/files/patch-remoting_host_host__attributes.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron4/files/patch-remoting_host_host__attributes.cc b/devel/electron4/files/patch-remoting_host_host__attributes.cc deleted file mode 100644 index 7be44d3feae4..000000000000 --- a/devel/electron4/files/patch-remoting_host_host__attributes.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- remoting/host/host_attributes.cc.orig 2019-03-15 06:37:31 UTC -+++ remoting/host/host_attributes.cc -@@ -122,7 +122,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 - |