mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05: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)
|