diff options
Diffstat (limited to 'hosts')
l--------- | hosts/event.lv2 | 1 | ||||
-rw-r--r-- | hosts/lv2_jack_host.c | 6 | ||||
l--------- | hosts/uri-map.lv2 | 1 |
3 files changed, 3 insertions, 5 deletions
diff --git a/hosts/event.lv2 b/hosts/event.lv2 deleted file mode 120000 index 5e8f78b..0000000 --- a/hosts/event.lv2 +++ /dev/null @@ -1 +0,0 @@ -../../lv2/ext/event.lv2
\ No newline at end of file diff --git a/hosts/lv2_jack_host.c b/hosts/lv2_jack_host.c index 24a3042..1c8d50d 100644 --- a/hosts/lv2_jack_host.c +++ b/hosts/lv2_jack_host.c @@ -26,9 +26,9 @@ #include <jack/jack.h> #include <jack/midiport.h> #include "slv2/slv2.h" -#include "uri-map.lv2/uri-map.h" -#include "event.lv2/event.h" -#include "event.lv2/event-helpers.h" +#include "lv2/lv2plug.in/ns/ext/event/event-helpers.h" +#include "lv2/lv2plug.in/ns/ext/event/event.h" +#include "lv2/lv2plug.in/ns/ext/uri-map/uri-map.h" #include "jack_compat.h" #define MIDI_BUFFER_SIZE 1024 diff --git a/hosts/uri-map.lv2 b/hosts/uri-map.lv2 deleted file mode 120000 index 0c13eb8..0000000 --- a/hosts/uri-map.lv2 +++ /dev/null @@ -1 +0,0 @@ -../../lv2/ext/uri-map.lv2
\ No newline at end of file |