Index: webrtc/build/webrtc.gni |
diff --git a/webrtc/build/webrtc.gni b/webrtc/build/webrtc.gni |
index 8a460f5d7ecc457a97a9e43b94c80baa305e048f..45d2ec57129c2586ce2a12760904520a0fe5e418 100644 |
--- a/webrtc/build/webrtc.gni |
+++ b/webrtc/build/webrtc.gni |
@@ -167,6 +167,9 @@ rtc_libvpx_dir = "//third_party/libvpx" |
rtc_libyuv_dir = "//third_party/libyuv" |
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 |
+ |
############################################################################### |
# Templates |
# |