1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-23 16:08:07 +02:00
Leland Lucius ccfd2f1c80 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.
2019-12-17 12:54:30 -06:00

13 lines
288 B
C

/* WARNING! All changes made to this file will be lost! */
#ifndef W_SERD_CONFIG_H_WAF
#define W_SERD_CONFIG_H_WAF
/* #undef HAVE_GCOV */
#define HAVE_FILENO 1
/* #undef HAVE_POSIX_FADVISE */
#define HAVE_POSIX_MEMALIGN 1
#define SERD_VERSION "0.30.2"
#endif /* W_SERD_CONFIG_H_WAF */