mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 13:50:40 +01:00

Bug: webrtc:13429 Change-Id: Ibc7488cde807f859ee82a60fe47a7e21c148764e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/240460 Reviewed-by: Mark Foltz <mfoltz@chromium.org> Commit-Queue: Mark Foltz <mfoltz@chromium.org> Cr-Commit-Position: refs/heads/main@{#35527}
9 lines
172 B
Text
9 lines
172 B
Text
// The extra include header needed in the generated stub file for defining
|
|
// various PipeWire types.
|
|
|
|
extern "C" {
|
|
|
|
#include <pipewire/pipewire.h>
|
|
|
|
#include <xf86drm.h>
|
|
}
|