This reduces the types exported in webrtc proper, which can cause other issues (since it doesn't generally use webrtc/base/basictypes.h). basictypes.h integral types (e.g. uint8) have been replaced by the stdint counterparts (e.g. uint8_t), which matches general webrtc style. The include for common.h has been replaced by constructormagic.h, which was the only part used. BUG= R=pthatcher@webrtc.org Review URL: https://webrtc-codereview.appspot.com/50859004 Cr-Commit-Position: refs/heads/master@{#9181}
Description
The idea is to make CMake build for WebRTC m130 version - for audio processing module
Languages
C++
90.3%
Java
2.9%
C
2.2%
Objective-C++
2%
Python
1.3%
Other
1%