mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-24 07:00:05 -05:00
stream: include <pipewire/port.h> instead of <pipewire/pipewire.h>
<pipewire/pipewire.h> includes many headers, but we only need <pipewire/port.h>.
This commit is contained in:
parent
4456fd3e18
commit
65e14548a3
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ struct pw_time {
|
||||||
* currently queued */
|
* currently queued */
|
||||||
};
|
};
|
||||||
|
|
||||||
#include <pipewire/pipewire.h>
|
#include <pipewire/port.h>
|
||||||
|
|
||||||
/** Events for a stream. These events are always called from the mainloop
|
/** Events for a stream. These events are always called from the mainloop
|
||||||
* unless explicitly documented otherwise. */
|
* unless explicitly documented otherwise. */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue