mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-24 07:00: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
|
|
@ -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