pipewire/spa/lib/meson.build
Wim Taymans 6b3bb79e70 small cleanups
Remove ringbuffer code and use inline in the .h file
Add some more port status flags
Improve inspect output
2016-10-12 15:41:39 +02:00

18 lines
535 B
Meson

spalib_sources = ['audio-raw.c',
'buffer.c',
'control.c',
'debug.c',
'format.c',
'mapper.c',
'port.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,
)