summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/lv2_event_buffer.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-07 18:30:40 +0000
committerDavid Robillard <d@drobilla.net>2011-11-07 18:30:40 +0000
commit0caf3e7f786e3fd232d926c2794293fa0dc975c5 (patch)
tree663e7f11d4737a3adb177c4a3baa5948e854980b /libs/ardour/ardour/lv2_event_buffer.h
parent470e2ab737266c9fea57e46b3edaf2be8faac9b2 (diff)
Use standard style LV2 extension include paths.
This has a few benefits: * As system installed extensions become more ubiquitous, we can optionally build against those rather than including them in the source tree, without any source changes * No need to hack extension headers to change the include paths to match our specific scheme (i.e. headers are precisely those from the extension, even if they include other extension headers) * Consistency, lack of ambiguity, easy code sharing, blah blah, etc. git-svn-id: svn://localhost/ardour2/branches/3.0@10476 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/lv2_event_buffer.h')
-rw-r--r--libs/ardour/ardour/lv2_event_buffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/ardour/lv2_event_buffer.h b/libs/ardour/ardour/lv2_event_buffer.h
index 6bdd02eee5..089681a730 100644
--- a/libs/ardour/ardour/lv2_event_buffer.h
+++ b/libs/ardour/ardour/lv2_event_buffer.h
@@ -20,8 +20,8 @@
#ifndef __ardour_lv2_event_buffer_h__
#define __ardour_lv2_event_buffer_h__
-#include "lv2ext/lv2_event.h"
-#include "lv2ext/lv2_event_helpers.h"
+#include "lv2/lv2plug.in/ns/ext/event/event.h"
+#include "lv2/lv2plug.in/ns/ext/event/event-helpers.h"
namespace ARDOUR {