summaryrefslogtreecommitdiffstats
path: root/utils/ladspa2lv2.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-07-23 17:42:08 +0000
committerDavid Robillard <d@drobilla.net>2007-07-23 17:42:08 +0000
commitefc597e09cebbec1ae579cfc37d114e9a458e578 (patch)
treed50e9ae913b1ef946e3ab7c86353f93193d7bd68 /utils/ladspa2lv2.c
parent043e683a796e1338a8874b0e7c195292ff32b7de (diff)
downloadlilv-efc597e09cebbec1ae579cfc37d114e9a458e578.tar.gz
lilv-efc597e09cebbec1ae579cfc37d114e9a458e578.tar.bz2
lilv-efc597e09cebbec1ae579cfc37d114e9a458e578.zip
Updated LV2 spec.
git-svn-id: http://svn.drobilla.net/lad/slv2@602 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'utils/ladspa2lv2.c')
-rw-r--r--utils/ladspa2lv2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/ladspa2lv2.c b/utils/ladspa2lv2.c
index b68185e..d4bf827 100644
--- a/utils/ladspa2lv2.c
+++ b/utils/ladspa2lv2.c
@@ -29,7 +29,7 @@
#define U(x) ((const unsigned char*)(x))
#define NS_RDF(x) "http://www.w3.org/1999/02/22-rdf-syntax-ns#" x
-#define NS_LV2(x) "http://lv2plug.in/ontology#" x
+#define NS_LV2(x) "http://lv2plug.in/ns/lv2core#" x
#define NS_DOAP(x) "http://usefulinc.com/ns/doap#" x
librdf_world* world = NULL;
@@ -275,7 +275,7 @@ write_lv2_turtle(LADSPA_Descriptor* descriptor, const char* plugin_uri, const ch
librdf_serializer_set_namespace(serializer, librdf_new_uri(world,
U("http://xmlns.com/foaf/0.1/")), "foaf");
librdf_serializer_set_namespace(serializer, librdf_new_uri(world,
- U("http://lv2plug.in/ontology#")), "lv2");
+ U("http://lv2plug.in/ns/lv2core#")), "lv2");
add_resource(model, plugin,
NS_RDF("type"),