mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
loop: move to plugin
Move the loop implementation to a plugin. Organize the hooks in a list so that we can add many.
This commit is contained in:
parent
f55f1739e1
commit
4a219e81dd
14 changed files with 935 additions and 651 deletions
|
|
@ -1,5 +1,6 @@
|
|||
spa_support_sources = ['mapper.c',
|
||||
'logger.c',
|
||||
'loop.c',
|
||||
'plugin.c']
|
||||
|
||||
spa_support_lib = shared_library('spa-support',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue