From d10ea3bd9e270216bad0fa8eb3f40197332ddbce Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 18 Jan 2014 01:34:45 +0000 Subject: Call lv2_lib_descriptor separately for different bundle paths (fix loading several dynamic plugins like Ingen at once). git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5314 a436a847-0d15-0410-975c-d299462d15a1 --- src/lilv_internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lilv_internal.h') diff --git a/src/lilv_internal.h b/src/lilv_internal.h index ae58e04..ff68070 100644 --- a/src/lilv_internal.h +++ b/src/lilv_internal.h @@ -99,6 +99,7 @@ typedef struct { typedef struct { LilvWorld* world; LilvNode* uri; + char* bundle_path; void* lib; LV2_Descriptor_Function lv2_descriptor; #ifdef LILV_NEW_LV2 @@ -298,6 +299,7 @@ LilvNode* lilv_node_new_from_node(LilvWorld* world, const SordNode* lilv_node_as_node(const LilvNode* value); int lilv_header_compare_by_uri(const void* a, const void* b, void* user_data); +int lilv_lib_compare(const void* a, const void* b, void* user_data); int lilv_ptr_cmp(const void* a, const void* b, void* user_data); -- cgit v1.2.1