commit | 6564366f756ab1f14f078f3923894a3103d99ffc | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Fri Jul 12 11:29:30 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Jul 12 13:13:46 2019 |
tree | d81b74d3facab47e8ab46d9087b7c80c6bb0b2f4 | |
parent | d404946c14b00c4cce6129760056417c84be05da [diff] |
Use -Wno-undef to compile jsoncpp. This should fix this error: In file included from ../../api/audio/echo_canceller3_config_json.cc:19: In file included from ../..\rtc_base/strings/json.h:18: In file included from ../../third_party/jsoncpp/source/include\json/json.h:9: In file included from ../../third_party/jsoncpp/source/include\json/autolink.h:9: ../../third_party/jsoncpp/source/include\json/config.h(126,5): error: '__GNUC__' is not defined, evaluates to 0 [-Werror,-Wundef] Maybe we could also fix it upstream. Bug: webrtc:10770 Change-Id: I68434c6957189f680625bd2f2b85422965a89785 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/145322 Reviewed-by: Artem Titarenko <artit@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28558}
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.