summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-11-26 21:37:10 +0000
committerDavid Robillard <d@drobilla.net>2010-11-26 21:37:10 +0000
commitb1e3555e37331e277aab990ae281238db9d284d2 (patch)
tree1a15f689f134defab7f9b60df5745f32176ff1bd /hosts
parent837020e18b144da6465e71138b4b12457108c573 (diff)
downloadlilv-b1e3555e37331e277aab990ae281238db9d284d2.tar.gz
lilv-b1e3555e37331e277aab990ae281238db9d284d2.tar.bz2
lilv-b1e3555e37331e277aab990ae281238db9d284d2.zip
Update for latest LV2 #include style.
Enable building against system installed LV2 extensions. Fix building slv2 and ingen independently. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2675 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'hosts')
l---------hosts/event.lv21
-rw-r--r--hosts/lv2_jack_host.c6
l---------hosts/uri-map.lv21
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