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:
Wim Taymans 2017-06-14 16:10:07 +02:00
parent f55f1739e1
commit 4a219e81dd
14 changed files with 935 additions and 651 deletions

View file

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