pipewire/spa/lib/meson.build
Wim Taymans d8903b708d Reorganize serialization code a bit
Move the proxy plugin to the client-node
Move serialization code to pinos because its specific to pinos
Move some functions to the .h files
Make the mapper dynamic
2016-10-17 12:23:53 +02:00

14 lines
416 B
Meson

spalib_sources = ['audio-raw.c',
'debug.c',
'mapper.c',
'props.c',
'video-raw.c']
spalib = shared_library('spa-lib',
spalib_sources,
include_directories : spa_inc,
install : true)
spalib_dep = declare_dependency(link_with : spalib,
include_directories : spa_inc,
)