mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
Move plugin API to separate directory for now Add ringbuffer and way to get ringbuffer from a port
7 lines
297 B
Meson
7 lines
297 B
Meson
audiotestsrc_sources = ['audiotestsrc.c', 'plugin.c']
|
|
|
|
audiotestsrclib = shared_library('spa-audiotestsrc',
|
|
audiotestsrc_sources,
|
|
include_directories : inc,
|
|
link_with : spalib,
|
|
install : true)
|