commit | 7555ac531600bad68362e729d46ddfe40582ae9b | [log] [tgz] |
---|---|---|
author | Avi Drissman <avi@chromium.org> | Wed May 11 15:12:40 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 11 18:08:04 2022 |
tree | e6885840e761e541d614450af8c4c2b14569afa0 | |
parent | 4ca02df647eb09baf968fd495814e625e32d599b [diff] |
Add 10.13 compatibility Apple renamed CGColorSpaceCopyICCProfile to CGColorSpaceCopyICCData in 10.13. If you compile code with a minimum OS required of 10.13 or newer, [-Werror,-Wdeprecated-declarations] will cause an error to occur on use of the function with the old name. Add a compile switch so that no error is emitted regardless of the deployment configuration. Bug: chromium:1322548 Change-Id: Ie969aa9e5c4fc9bee2ec88b126d4c07701c3e9e6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/261953 Reviewed-by: Mark Foltz <mfoltz@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/main@{#36855}
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.