2019-10-16 11:13:23 +02:00
|
|
|
control_sources = ['mixer.c',
|
|
|
|
|
'plugin.c']
|
|
|
|
|
|
|
|
|
|
controllib = shared_library('spa-control',
|
|
|
|
|
control_sources,
|
|
|
|
|
include_directories : [spa_inc],
|
|
|
|
|
dependencies : [ mathlib ],
|
|
|
|
|
install : true,
|
2021-04-15 14:41:04 +10:00
|
|
|
install_dir : spa_plugindir / 'control')
|