filter-chain: add support for lv2 plugins

Support lv2 plugins and their control values.
This commit is contained in:
Wim Taymans 2021-12-10 17:44:28 +01:00
parent d86008cf8f
commit 597b332666
6 changed files with 402 additions and 7 deletions

View file

@ -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()