Rework support

Load the mapper from the support plugin
Move the support setup in pw_init
This commit is contained in:
Wim Taymans 2017-06-14 11:48:41 +02:00
parent b9c719ac7e
commit f55f1739e1
18 changed files with 192 additions and 278 deletions

View file

@ -1,4 +1,6 @@
spa_support_sources = ['mapper.c', 'plugin.c']
spa_support_sources = ['mapper.c',
'logger.c',
'plugin.c']
spa_support_lib = shared_library('spa-support',
spa_support_sources,