spa: support: remove log pattern support

The log patterns are now handled by plugin host.
This commit is contained in:
Pauli Virtanen 2023-12-23 21:24:54 +02:00 committed by Wim Taymans
parent dd8d5e1bed
commit 53ba3d0e4c
5 changed files with 1 additions and 144 deletions

View file

@ -1,7 +1,6 @@
spa_support_sources = [
'cpu.c',
'logger.c',
'log-patterns.c',
'loop.c',
'node-driver.c',
'null-audio-sink.c',
@ -56,7 +55,6 @@ endif
if systemd_dep.found()
spa_journal_sources = [
'journal.c',
'log-patterns.c',
]
spa_journal_lib = shared_library('spa-journal',