commit | 6f2bf6deb3d6fb5744ef722c878ed701792b72d3 | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Tue Sep 27 11:49:20 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 27 12:44:21 2022 |
tree | cb1ed85ce4fb0a77443528c9fcdee9d42ebc73df | |
parent | 718d7b34d0e1b3018d04642fef05acb1df102609 [diff] |
Add missing dependency. As mentioned in [1] declarations and definitions of the same symbol should be part of the same library. For some old code, this is not the case, and this can lead to hard to debug linker errors like the ones from –warn-backrefs. This CL adds the dependency to the defintion of call::Create() to a target that uses it (and depends on the declaration from call:call_interfaces). In the future, call:call_interfaces should be removed entirely. [1] - https://webrtc.googlesource.com/src/+/refs/heads/main/g3doc/style-guide/h-cc-pairs.md Bug: None Change-Id: I5f8fb6fa79815f1ff6b5199b9c682d7c9e73b616 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/276941 Reviewed-by: Jonas Oreland <jonaso@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Jonas Oreland <jonaso@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38221}
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.