pod: move compare and filter functions out of the library

This commit is contained in:
Wim Taymans 2018-08-13 17:17:23 +02:00
parent 60d4473e7b
commit 3b1c40f17f
35 changed files with 549 additions and 62 deletions

View file

@ -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;

View file

@ -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,