pw-play: move dsdplay into pw-cat

This commit is contained in:
Wim Taymans 2021-09-21 12:29:41 +02:00
parent 0ec77ab09c
commit d8aec1c7b4
3 changed files with 146 additions and 283 deletions

View file

@ -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',