commit | 9658f47459225d655fd3a0a88909898af9f27a6f | [log] [tgz] |
---|---|---|
author | Taylor Brandstetter <deadbeef@webrtc.org> | Fri Apr 07 21:24:58 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 11 06:33:36 2023 |
tree | 7959aca95987d9c3c277e42a84a76d66a86157fe | |
parent | 8329cf030c1c48028e8bb7c009f965a7ca8a26f8 [diff] |
Add missing dependency. third_party/webrtc/files/stable/webrtc/sdk/objc/native/api/video_capturer.mm calls `webrtc::CreateVideoTrackSourceProxy()`, which is defined in third_party/webrtc/files/stable/webrtc/pc/video_track_source_proxy.cc. Some pending changes to the Apple related rules will expose this missing dependency, so adding the missing dependency to not have downstream users break. Bug: b/276754006 Change-Id: I278872123f5351614c6e3affbdceffdb7e0f969c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/300625 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Auto-Submit: Taylor Brandstetter <deadbeef@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39798}
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.