mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04: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
|
|
@ -25,8 +25,6 @@
|
|||
#include <spa/support/loop.h>
|
||||
#include <spa/pod/parser.h>
|
||||
|
||||
#include <lib/pod.h>
|
||||
|
||||
#include "debug.h"
|
||||
|
||||
static const struct spa_type_map *map;
|
||||
|
|
|
|||
|
|
@ -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