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
4 lines
144 B
Meson
4 lines
144 B
Meson
executable('spa-inspect', 'spa-inspect.c',
|
|
include_directories : inc,
|
|
dependencies : [dl_lib],
|
|
install : true)
|