mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
dsdplay: make separate dsffile
This commit is contained in:
parent
fb0c5f503f
commit
275b8a0f9e
4 changed files with 326 additions and 242 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue