mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
pod: move compare and filter functions out of the library
This commit is contained in:
parent
60d4473e7b
commit
3b1c40f17f
35 changed files with 549 additions and 62 deletions
|
|
@ -1,12 +1,10 @@
|
|||
spalib_headers = [
|
||||
'debug.h',
|
||||
'pod.h',
|
||||
]
|
||||
|
||||
install_headers(spalib_headers, subdir : 'spa/lib')
|
||||
|
||||
spalib_sources = ['debug.c',
|
||||
'pod.c' ]
|
||||
spalib_sources = ['debug.c' ]
|
||||
|
||||
spalib = shared_library('spa-lib-@0@'.format(spaversion),
|
||||
spalib_sources,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue