mirror of
https://gitlab.freedesktop.org/pipewire/media-session.git
synced 2026-05-05 12:28:01 +02:00
alsa-monitor: include the reserve.h header, not the source file
See matching pipewire commit b78371f7023536ae4810c483a283fc3c2261705c
This commit is contained in:
parent
090b39541e
commit
a54e2e4cfb
3 changed files with 4 additions and 2 deletions
|
|
@ -55,6 +55,8 @@
|
|||
#include <pipewire/extensions/session-manager.h>
|
||||
|
||||
#include "media-session.h"
|
||||
#include "reserve.h"
|
||||
|
||||
|
||||
/** \page page_media_session_module_alsa_monitor Media Session Module: ALSA Monitor
|
||||
*
|
||||
|
|
@ -125,8 +127,6 @@
|
|||
PW_LOG_TOPIC_STATIC(mod_topic, "ms.mod." NAME);
|
||||
#define PW_LOG_TOPIC_DEFAULT mod_topic
|
||||
|
||||
#include "reserve.c"
|
||||
|
||||
#define SESSION_CONF "alsa-monitor.conf"
|
||||
|
||||
#define DEFAULT_JACK_SECONDS 1
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ media_session_sources = [
|
|||
'restore-stream.c',
|
||||
'policy-ep.c',
|
||||
'policy-node.c',
|
||||
'reserve.c',
|
||||
'streams-follow-default.c',
|
||||
'v4l2-monitor.c',
|
||||
'v4l2-endpoint.c',
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
#include "reserve.h"
|
||||
|
||||
#include <spa/utils/string.h>
|
||||
#include <pipewire/log.h>
|
||||
|
||||
#define SERVICE_PREFIX "org.freedesktop.ReserveDevice1."
|
||||
#define OBJECT_PREFIX "/org/freedesktop/ReserveDevice1/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue