From 61f7ea61f05c246ec4d3fd08a4e680e094584f0e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 12 Apr 2012 23:47:14 +0000 Subject: Use URI defines from LV2 headers where possible. git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mda.lv2@4175 a436a847-0d15-0410-975c-d299462d15a1 --- lvz/gendata.cpp | 2 -- wscript | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lvz/gendata.cpp b/lvz/gendata.cpp index d733ad6..233e5c3 100644 --- a/lvz/gendata.cpp +++ b/lvz/gendata.cpp @@ -29,8 +29,6 @@ using namespace std; -#define NS_LV2CORE "http://lv2plug.in/ns/lv2core#" - // VST is so incredibly awful. Just.. wow. #define MAX_NAME_LENGTH 1024 char name_buf[MAX_NAME_LENGTH]; diff --git a/wscript b/wscript index ee21ca6..f50b30c 100644 --- a/wscript +++ b/wscript @@ -24,7 +24,7 @@ def configure(conf): conf.line_just = 23 autowaf.display_header('MDA.lv2 Configuration') - autowaf.check_pkg(conf, 'lv2', atleast_version='0.1.0', uselib_store='LV2') + autowaf.check_pkg(conf, 'lv2', atleast_version='0.5.0', uselib_store='LV2') conf.env.append_unique('CFLAGS', '-std=c99') -- cgit v1.2.1