mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
filter-chain: add support for lv2 plugins
Support lv2 plugins and their control values.
This commit is contained in:
parent
d86008cf8f
commit
597b332666
6 changed files with 402 additions and 7 deletions
|
|
@ -430,6 +430,9 @@ summary({'pipewire-alsa': alsa_dep.found()}, bool_yn: true)
|
|||
openssl_lib = dependency('openssl', required: get_option('raop'))
|
||||
summary({'OpenSSL (for raop-sink)': openssl_lib.found()}, bool_yn: true)
|
||||
|
||||
lilv_lib = dependency('lilv-0', required: get_option('lv2'))
|
||||
summary({'lilv (for lv2 plugins)': lilv_lib.found()}, bool_yn: true)
|
||||
|
||||
installed_tests_metadir = pipewire_datadir / 'installed-tests' / pipewire_name
|
||||
installed_tests_execdir = pipewire_libexecdir / 'installed-tests' / pipewire_name
|
||||
installed_tests_enabled = not get_option('installed_tests').disabled()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue