13
0

LV2 0.18.6 no longer provides a top-level lv2.h

Until it does, standardize on a single include path for lv2.h, even if this
path is the sort of thing that leads to CLAP
This commit is contained in:
Paul Davis 2022-07-29 08:51:49 -06:00
parent 9d197c0702
commit 2471e90fae

View File

@ -27,8 +27,8 @@
#include <glibmm/threads.h>
#include "lv2.h"
#include "lv2/lv2plug.in/ns/ext/urid/urid.h"
#include <lv2/lv2plug.in/ns/lv2core/lv2.h>
#include <lv2/lv2plug.in/ns/ext/urid/urid.h>
#include "ardour/libardour_visibility.h"