commit | 7502a9e6f575dae0fa944b67ec19e60191f31b04 | [log] [tgz] |
---|---|---|
author | Niels Möller <nisse@webrtc.org> | Mon May 21 14:11:34 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Tue May 22 14:41:18 2018 |
tree | 348a1b8138e36734bc1ca18d2f8ea9ef52ef8bd9 | |
parent | 2cf9c55f35a68d71d52fe7717a5ca2e5eb1368ff [diff] |
Delete ALIGNP macro, and use thereof in MemoryStream. Deletes the ALIGNP and RTC_ALIGNED_P macros from basictypes.h. ALIGNP was used by MemoryStream, supposedly to make it more efficient. If it really provided an efficiency improvement is unclear, and in any case, MemoryStream is used for tests only, and doesn't need high performance. Bug: webrtc:6853 Change-Id: If835e881e3857dcc22c7a544491b92829a81d1b3 Reviewed-on: https://webrtc-review.googlesource.com/78021 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23350}
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.