mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
Rework support
Load the mapper from the support plugin Move the support setup in pw_init
This commit is contained in:
parent
b9c719ac7e
commit
f55f1739e1
18 changed files with 192 additions and 278 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue