From 49ddf1af831493cb34a44c35781f3323916314af Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 12 Mar 2008 00:11:17 +0000 Subject: Sorta workingish chicken scheme bindings. git-svn-id: http://svn.drobilla.net/lad/slv2@1164 a436a847-0d15-0410-975c-d299462d15a1 --- utils/ladspa2lv2.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'utils') diff --git a/utils/ladspa2lv2.c b/utils/ladspa2lv2.c index 576f66d..023c40d 100644 --- a/utils/ladspa2lv2.c +++ b/utils/ladspa2lv2.c @@ -256,8 +256,10 @@ add_port_range(LADSPA_Descriptor* plugin, void write_lv2_turtle(LADSPA_Descriptor* descriptor, const char* plugin_uri, const char* filename) { - librdf_storage* storage = librdf_new_storage(world, - "hashes", NULL, "hash-type='memory'"); + //librdf_storage* storage = librdf_new_storage(world, + // "hashes", NULL, "hash-type='memory'"); + librdf_storage* storage = librdf_new_storage(world, "memory", NULL, NULL); + librdf_model* model = librdf_new_model(world, storage, NULL); librdf_serializer* serializer = librdf_new_serializer(world, "turtle", NULL, NULL); -- cgit v1.2.1