commit | 95701503f29324359669324446f8d51d9fd15e48 | [log] [tgz] |
---|---|---|
author | philipel <philipel@webrtc.org> | Tue Jan 18 17:47:52 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 21 13:45:47 2022 |
tree | 4da3ffd66229f35e19a3a4e71a26ddf296c9844d | |
parent | 01ef37c08e97ef61dab40401a3ca6d54bbd7a69c [diff] |
Make libaom_av1_encoder always build the libaom encoder. Currently `CreateLibaomAv1Encoder` will either return an actual libaom AV1 encoder or a nullptr depening on whether the build flag `enable_libaom` was configured to true or not. This CL updates the `libaom_av1_encoder` build target to no longer depend on `enable_libaom` so that `CreateLibaomAv1Encoder` will always return an encoder instance. Added `CreateLibaomAv1EncoderIfSupported` as a replacement to the old `CreateLibaomAv1Encoder`. Bug: webrtc:13573 Change-Id: Ibdcd52c609acd79feefa2b86f19d1b4ca3e91d0a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/242360 Reviewed-by: Erik Språng <sprang@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Peter Hanspers <peterhanspers@webrtc.org> Reviewed-by: Stefan Holmer <stefan@webrtc.org> Commit-Queue: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35763}
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.