commit | b913198b8303bdc4f893b799e1a12a436aaebef5 | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Sun Mar 29 18:18:24 2020 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Sun Mar 29 21:04:55 2020 +0000 |
tree | 667118b218ba62abccc160549f5d57fe36435ccf | |
parent | 3e98368ec5f8161fff9c02148675256a81a235fd [diff] |
Fix msvc bots build. This started to happen after turning on "gn analyze" on trybots. It looks like this code was never built on MSVC trybots. This CL tries to avoid the type deduction. Error: quality_assessment/sound_level.cc(103): error C3535: cannot deduce type for 'const auto *' from '_FwdIt' with [ _FwdIt=std::_Array_iterator<int16_t,1440> ] Bug: webrtc:11262 Change-Id: Iea7cf2ec62f1d0edfcf6ceac169c92050339d3c4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/172088 Reviewed-by: Per Ã…hgren <peah@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30933}
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 http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.