mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
Add spa based v4l2 pinos module Add allocation params to port_alloc_buffers Let the app do allocation for handles.
10 lines
328 B
Meson
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)
|