1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-28 00:00:18 +01:00

Update LV2 host

This greatly improves the LV2 host to the point where all
(non-midi) plugins distributed with Ubuntu 18.04 and Fedora
30 are supported.
This commit is contained in:
Leland Lucius
2019-12-17 12:54:30 -06:00
parent be336797b3
commit ccfd2f1c80
43 changed files with 5939 additions and 4191 deletions

View File

@@ -3,15 +3,18 @@
#ifndef W_LILV_CONFIG_H_WAF
#define W_LILV_CONFIG_H_WAF
/* #undef HAVE_GCOV */
#define HAVE_LV2 1
#define HAVE_SERD 1
#define HAVE_SORD 1
#define HAVE_SRATOM 1
#define LILV_NEW_LV2 1
#define HAVE_SNDFILE 1
#define HAVE_LSTAT 1
#define HAVE_FLOCK 1
#define HAVE_FILENO 1
/* #undef HAVE_CLOCK_GETTIME */
#define LILV_VERSION "0.20.0"
#define HAVE_CLOCK_GETTIME 1
#define HAVE_LIBDL 1
#define LILV_VERSION "0.24.4"
#define LILV_PATH_SEP ":"
#define LILV_DIR_SEP "/"
#define LILV_DEFAULT_LV2_PATH "~/Library/Audio/Plug-Ins/LV2:~/.lv2:/usr/local/lib/lv2:/usr/lib/lv2:/Library/Audio/Plug-Ins/LV2"