diff options
-rw-r--r-- | lvz/gendata.cpp | 2 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 1 insertions, 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]; @@ -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') |