mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-25 00:48:10 +02:00
This greatly improves the LV2 host to the point where all (non-midi) plugins distributed with Ubuntu 18.04 and Fedora 30 are supported.
13 lines
270 B
C
13 lines
270 B
C
/* WARNING! All changes made to this file will be lost! */
|
|
|
|
#ifndef W_SRATOM_CONFIG_H_WAF
|
|
#define W_SRATOM_CONFIG_H_WAF
|
|
|
|
/* #undef HAVE_GCOV */
|
|
#define HAVE_LV2 1
|
|
#define HAVE_SERD 1
|
|
#define HAVE_SORD 1
|
|
#define SRATOM_VERSION "0.6.4"
|
|
|
|
#endif /* W_SRATOM_CONFIG_H_WAF */
|