Fix some header includes issues
spl_inl_armv7.h: value size does not match register size specified by the constraint and modifier [-Werror,-Wasm-operand-widths]
98 | __asm __volatile("clz %0, %1" : "=r"(tmp) : "r"(a));
asm_defines.h:19:1: error: cannot use dot operator on a type
19 | .section .note.GNU-stack,"",%progbits
| ^
1 error generated.
on windows: error: use of undeclared identifier 'INADDR_LOOPBACK'
112 | ipv4_network_("network", "unittest", IPAddress(INADDR_LOOPBACK), 32),
audio_device_module_error_handler.h:15:17: error: unknown type name 'uint8_t'
Change-Id: I7ed1f626088ea2f3d4acbb8ef8625e93c5c14026
Bug: webrtc:251890128
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/468460
Commit-Queue: Jeremy Leconte <jleconte@google.com>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#47584}
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.