mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-15 07:00:05 -05:00
9 lines
420 B
Meson
9 lines
420 B
Meson
|
|
audioconvert_sources = ['fmtconvert.c', 'fmt-ops.c', 'plugin.c']
|
||
|
|
|
||
|
|
audioconvertlib = shared_library('spa-audioconvert',
|
||
|
|
audioconvert_sources,
|
||
|
|
include_directories : [spa_inc, spa_libinc],
|
||
|
|
link_with : spalib,
|
||
|
|
install : true,
|
||
|
|
install_dir : '@0@/spa/audioconvert/'.format(get_option('libdir')))
|