pw-cat: add DFF file suppport

This commit is contained in:
Wim Taymans 2023-09-28 16:54:22 +02:00
parent 428f766d11
commit be1a60c5f9
4 changed files with 397 additions and 10 deletions

View file

@ -47,6 +47,7 @@ if get_option('pw-cat').allowed() and sndfile_dep.found()
pwcat_sources = [
'pw-cat.c',
'midifile.c',
'dfffile.c',
'dsffile.c',
]