mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-19 08:57:14 -05:00
tools: add pw-reserve to reverse and monitor a device
This commit is contained in:
parent
f4bf7bc7e6
commit
61523d383a
2 changed files with 223 additions and 0 deletions
|
|
@ -94,6 +94,13 @@ if alsa_dep.found()
|
|||
)
|
||||
endif
|
||||
|
||||
executable('pw-reserve',
|
||||
'media-session/pw-reserve.c',
|
||||
c_args : [ '-D_GNU_SOURCE' ],
|
||||
install: true,
|
||||
dependencies : [dbus_dep, pipewire_dep],
|
||||
)
|
||||
|
||||
executable('bluez-session',
|
||||
'bluez-session.c',
|
||||
c_args : [ '-D_GNU_SOURCE' ],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue