commit | 5b139d6f9bde6f3df79aa80a7e2ba7a17a8a8a2a | [log] [tgz] |
---|---|---|
author | Per Åhgren <peah@webrtc.org> | Fri Mar 20 14:50:14 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Mar 20 16:08:25 2020 |
tree | c2f2e0dea7226cb89217991e7fdd2dada518967d | |
parent | 9d66198d35080ee7c21af5cf84d14a60e6549ad3 [diff] |
APM: Change the AGC C code to be built as C++ code This CL changes so that the AGC legacy C code is built as C++. The CL also -removes #defines from the header files. -adds namespaces -removes unused code. To simplify the review, the CL is partitioned into different patchsets where each comprising of one step in the modification of the code (e.g., patch set 1 performs the renaming of the .c files to .cc). Bug: webrtc:5298 Change-Id: I362b17bde91142b2f2166acba4f2f888efd50fa1 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/171064 Commit-Queue: Per Åhgren <peah@webrtc.org> Reviewed-by: Alessio Bazzica <alessiob@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30847}
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.