mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
8 lines
410 B
Meson
8 lines
410 B
Meson
audiomixer_sources = ['audiomixer.c', 'mix-ops.c', 'plugin.c']
|
|
|
|
audiomixerlib = shared_library('spa-audiomixer',
|
|
audiomixer_sources,
|
|
include_directories : [spa_inc, spa_libinc],
|
|
link_with : spalib,
|
|
install : true,
|
|
install_dir : '@0@/spa/audiomixer/'.format(get_option('libdir')))
|