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
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#include "pbd/error.h"
|
||||
|
||||
#include "ardour/uri_map.h"
|
||||
#include "lv2ext/lv2_persist.h"
|
||||
#include "lv2/lv2plug.in/ns/ext/persist/persist.h"
|
||||
#include "rdff.h"
|
||||
|
||||
namespace ARDOUR {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
#include "lv2_event.h"
|
||||
#include "lv2/lv2plug.in/ns/ext/event/event.h"
|
||||
|
||||
/** @file
|
||||
* This header defines some helper functions for the the LV2 events extension
|
||||
@@ -19,8 +19,8 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <iostream>
|
||||
#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"
|
||||
#include "ardour/lv2_event_buffer.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
@@ -51,8 +51,8 @@
|
||||
|
||||
#include <lilv/lilv.h>
|
||||
|
||||
#include "lv2ext/lv2_files.h"
|
||||
#include "lv2ext/lv2_persist.h"
|
||||
#include "lv2/lv2plug.in/ns/ext/files/files.h"
|
||||
#include "lv2/lv2plug.in/ns/ext/persist/persist.h"
|
||||
#include "rdff.h"
|
||||
#ifdef HAVE_SUIL
|
||||
#include <suil/suil.h>
|
||||
|
||||
Reference in New Issue
Block a user