commit | 78f04d8f4df9701d8307fb6cbf6e1ff0a2646f05 | [log] [tgz] |
---|---|---|
author | Austin Orion <auorion@microsoft.com> | Fri Apr 23 19:37:26 2021 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 10 20:16:52 2021 |
tree | a2fde8cbf3800a542f13ee3b925a0ca20105094e | |
parent | af406c1f507ef2aa60f2b79bb707a3d75d890cba [diff] |
Turn on the RTC_ENABLE_WIN_WGC build flag. This CL enables the RTC_ENABLE_WIN_WGC build flag, which introduces a dependency on the Win10 SDK v10.0.17763. There is no change in behavior from enabling this flag. Consumers of WebRTC that use an older version of the Win10 SDK will see errors similar to: fatal error: 'windows.graphics.capture.interop.h' file not found fatal error: 'windows.graphics.capture.h' file not found They should upgrade to this or a newer version (Chromium requires, and thus WebRTC recommends, v10.0.19041). You can find instructions here: https://chromium.googlesource.com/chromium/src/+/master/docs/windows_build_instructions.md Alternatively, consumers can disable this build flag in their downstream copies of the WebRTC repo. Bug: webrtc:9273 Change-Id: Ic6bf3ef3e69b8ba0e4022e07832fa66b6bcc6740 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/215244 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Austin Orion <auorion@microsoft.com> Cr-Commit-Position: refs/heads/master@{#33968}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.