dsdplay: make separate dsffile

This commit is contained in:
Wim Taymans 2021-09-17 21:33:08 +02:00
parent fb0c5f503f
commit 275b8a0f9e
4 changed files with 326 additions and 242 deletions

View file

@ -5,7 +5,7 @@ tools_sources = [
[ 'pw-dump', [ 'pw-dump.c' ] ],
[ 'pw-profiler', [ 'pw-profiler.c' ] ],
[ 'pw-mididump', [ 'pw-mididump.c', 'midifile.c' ] ],
[ 'pw-dsdplay', [ 'pw-dsdplay.c' ] ],
[ 'pw-dsdplay', [ 'pw-dsdplay.c', 'dsffile.c' ] ],
[ 'pw-metadata', [ 'pw-metadata.c' ] ],
[ 'pw-loopback', [ 'pw-loopback.c' ] ],
[ 'pw-link', [ 'pw-link.c' ] ],
@ -34,6 +34,7 @@ if not get_option('pw-cat').disabled() and sndfile_dep.found()
pwcat_sources = [
'pw-cat.c',
'midifile.c',
'dsffile.c',
]
pwcat_aliases = [