pipewire/spa/lib/meson.build
Wim Taymans 6ab8af91e0 More hacking
Add spa based v4l2 pinos module
Add allocation params to port_alloc_buffers
Let the app do allocation for handles.
2016-07-25 10:50:46 +02:00

10 lines
328 B
Meson

spalib_sources = ['audio-raw.c',
'debug.c',
'props.c',
'ringbuffer.c',
'video-raw.c']
spalib = shared_library('spa-lib',
spalib_sources,
include_directories : inc,
install : true)