mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
pw-play: move dsdplay into pw-cat
This commit is contained in:
parent
0ec77ab09c
commit
d8aec1c7b4
3 changed files with 146 additions and 283 deletions
|
|
@ -5,7 +5,6 @@ tools_sources = [
|
|||
[ 'pw-dump', [ 'pw-dump.c' ] ],
|
||||
[ 'pw-profiler', [ 'pw-profiler.c' ] ],
|
||||
[ 'pw-mididump', [ 'pw-mididump.c', 'midifile.c' ] ],
|
||||
[ 'pw-dsdplay', [ 'pw-dsdplay.c', 'dsffile.c' ] ],
|
||||
[ 'pw-metadata', [ 'pw-metadata.c' ] ],
|
||||
[ 'pw-loopback', [ 'pw-loopback.c' ] ],
|
||||
[ 'pw-link', [ 'pw-link.c' ] ],
|
||||
|
|
@ -42,6 +41,7 @@ if not get_option('pw-cat').disabled() and sndfile_dep.found()
|
|||
'pw-record',
|
||||
'pw-midiplay',
|
||||
'pw-midirecord',
|
||||
'pw-dsdplay',
|
||||
]
|
||||
|
||||
executable('pw-cat',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue