commit | 537158885bc60ffe64c2c0c8a7c89d74cb7c105b | [log] [tgz] |
---|---|---|
author | Jan Grulich <grulja@gmail.com> | Wed Mar 19 11:49:31 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 19 13:21:38 2025 |
tree | c0105df8b8cdcb7f6b6a21aae7353a23996cbb0a | |
parent | f8db6641b512c75a19490163df9117560abf0a50 [diff] |
PipeWire camera: drop redundant <pipewire/core.h> include We already include main <pipewire/pipewire.h> header, which includes all the PipeWire headers, making <pipewire/core.h> to be included twice. This breaks Firefox builds, where using system libraries we have to list all system headers, making Firefox to unnecessarily list "core.h" header in the list, while "pipewire.h" should be enough. Bug: webrtc:42225999 Change-Id: Icc8153583a976aa9b3bd7138f932a0642d93a55e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/381700 Commit-Queue: Jan Grulich <grulja@gmail.com> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Cr-Commit-Position: refs/heads/main@{#44162}
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.