mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
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
14 lines
416 B
Meson
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,
|
|
)
|