mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
Move plugin API to separate directory for now Add ringbuffer and way to get ringbuffer from a port
9 lines
327 B
Meson
9 lines
327 B
Meson
alsa_sources = ['alsa.c',
|
|
'alsa-sink.c']
|
|
|
|
alsalib = shared_library('spa-alsa',
|
|
alsa_sources,
|
|
include_directories : inc,
|
|
dependencies : alsa_dep,
|
|
link_with : spalib,
|
|
install : true)
|