summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/uri_map.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/uri_map.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/uri_map.h')
-rw-r--r--libs/ardour/ardour/uri_map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/ardour/uri_map.h b/libs/ardour/ardour/uri_map.h
index d75836e619..f24d03f18c 100644
--- a/libs/ardour/ardour/uri_map.h
+++ b/libs/ardour/ardour/uri_map.h
@@ -27,8 +27,8 @@
#include <boost/utility.hpp>
#include "lv2.h"
-#include "lv2ext/lv2_uri_map.h"
-#include "lv2ext/lv2_uri_unmap.h"
+#include "lv2/lv2plug.in/ns/ext/uri-map/uri-map.h"
+#include "lv2/lv2plug.in/ns/ext/uri-unmap/uri-unmap.h"
namespace ARDOUR {