mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
tools: add new pw-link tool
pw-link can be used to list, link and unlink ports.
This commit is contained in:
parent
3dfd7f26b9
commit
67a3f28bdf
2 changed files with 632 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ tools_sources = [
|
|||
[ 'pw-mididump', [ 'pw-mididump.c', 'midifile.c' ] ],
|
||||
[ 'pw-metadata', [ 'pw-metadata.c' ] ],
|
||||
[ 'pw-loopback', [ 'pw-loopback.c' ] ],
|
||||
[ 'pw-link', [ 'pw-link.c' ] ],
|
||||
]
|
||||
|
||||
foreach t : tools_sources
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue