mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-13 13:30:05 -05:00
pod: move compare and filter functions out of the library
This commit is contained in:
parent
d768a2d6da
commit
872a1131fa
28 changed files with 537 additions and 53 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