conf: move rule matching to config

And remove duplicated code. This is generally useful and sufficiently
generic API to include.
This commit is contained in:
Wim Taymans 2022-02-04 10:43:31 +01:00
parent cc73053512
commit 877dc77645
6 changed files with 166 additions and 275 deletions

View file

@ -1,7 +1,6 @@
pipewire_jack_sources = [
'export.c',
'pipewire-jack.c',
'match-rules.c',
'ringbuffer.c',
'uuid.c',
]