mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
more hacking
Move plugin API to separate directory for now Add ringbuffer and way to get ringbuffer from a port
This commit is contained in:
parent
b8f6e99537
commit
3c029cba53
56 changed files with 7055 additions and 1530 deletions
8
spa/lib/meson.build
Normal file
8
spa/lib/meson.build
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
spalib_sources = ['audio-raw.c',
|
||||
'props.c',
|
||||
'ringbuffer.c']
|
||||
|
||||
spalib = shared_library('spa-lib',
|
||||
spalib_sources,
|
||||
include_directories : inc,
|
||||
install : true)
|
||||
Loading…
Add table
Add a link
Reference in a new issue