mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-30 11:08:55 -05:00
spa: add tool to dump spa json file to plain json
This commit is contained in:
parent
77e4fdb1e4
commit
3c9996aa78
2 changed files with 130 additions and 0 deletions
|
|
@ -7,3 +7,8 @@ executable('spa-monitor', 'spa-monitor.c',
|
|||
include_directories : [spa_inc],
|
||||
dependencies : [dl_lib, ],
|
||||
install : true)
|
||||
|
||||
executable('spa-json-dump', 'spa-json-dump.c',
|
||||
include_directories : [spa_inc],
|
||||
dependencies : [dl_lib, ],
|
||||
install : true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue