commit | 8ef57932b13f97024dde5f8306babf9b7e67a020 | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Fri Nov 16 13:38:03 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Nov 19 08:30:55 2018 |
tree | 176417459dd003ad5209e5c4eff9c0822ed27c69 | |
parent | bd6ffaf73bd7922068fac217a4afb3aafde0674b [diff] |
Switch from RTC_DISABLE_VP9 to RTC_ENABLE_VP9. RTC_ENABLE_VP9 is more natural to deal with then RTC_DISABLE_VP9. In all the places this macro is used, WebRTC needs to do more things so it is easier to "do more if RTC_ENABLE_VP9 is defined" than "do more if RTC_DISABLE_VP9 is not defined". Bug: None Change-Id: If992e5c554173e6af3f030f6e0fd21bd82acf9eb No-Try: True Reviewed-on: https://webrtc-review.googlesource.com/c/111242 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Philip Eliasson <philipel@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25679}
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.