commit | 6ab9085d199e114f9382ae3893f4c5d80aba019f | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Mon Apr 29 06:24:09 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 29 07:13:44 2024 |
tree | 0d2513d98baf8c772f19e7a243610dacdeaaadbd | |
parent | 3e7a5506f2bd95244c89dfe966bd633f9d326364 [diff] |
Fix iwyu error introduced recently. This fixes a build error introduced by: https://webrtc-review.googlesource.com/c/src/+/349001 bot: https://ci.chromium.org/ui/p/chromium/builders/webrtc.fyi/WebRTC%20Chromium%20FYI%20ios-device Error: ../../third_party/webrtc/api/video_codecs/libaom_av1_encoder_factory.cc:494:27: error: expected ';' after expression 494 | rtc::SimpleStringBuilder sb(buf); | ^ | ; ../../third_party/webrtc/api/video_codecs/libaom_av1_encoder_factory.cc:494:8: error: no member named 'SimpleStringBuilder' in namespace 'rtc' Bug: none Change-Id: I020040f367005ab56068cf4356e5effb380b7200 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/349320 Auto-Submit: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42189}
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.