diff options
Diffstat (limited to 'www/iridium/files/patch-third__party_webrtc_webrtc.gni')
-rw-r--r-- | www/iridium/files/patch-third__party_webrtc_webrtc.gni | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/iridium/files/patch-third__party_webrtc_webrtc.gni b/www/iridium/files/patch-third__party_webrtc_webrtc.gni deleted file mode 100644 index 0369772412e8..000000000000 --- a/www/iridium/files/patch-third__party_webrtc_webrtc.gni +++ /dev/null @@ -1,11 +0,0 @@ ---- third_party/webrtc/webrtc.gni.orig 2018-03-20 23:06:54.000000000 +0100 -+++ third_party/webrtc/webrtc.gni 2018-03-24 18:56:59.262948000 +0100 -@@ -206,7 +206,7 @@ - rtc_opus_dir = "//third_party/opus" - - # Desktop capturer is supported only on Windows, OSX and Linux. --rtc_desktop_capture_supported = is_win || is_mac || (is_linux && rtc_use_x11) -+rtc_desktop_capture_supported = is_win || is_mac || ((is_linux && rtc_use_x11) && !is_bsd) - - ############################################################################### - # Templates |