Changelog: https://chromium.googlesource.com/chromium/src/+log/64.0.3282.186..65.0.3325.181?pretty=fuller&n=10000 MFH: 2018Q1 Security: https://vuxml.freebsd.org/freebsd/555af074-22b9-11e8-9799-54ee754af08e.html Security: https://vuxml.freebsd.org/freebsd/3ae21918-31e3-11e8-927b-e8e0b747a45a.html
11 lines
536 B
Text
11 lines
536 B
Text
--- 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
|