diff options
author | David Robillard <d@drobilla.net> | 2009-06-16 23:09:09 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-06-16 23:09:09 +0000 |
commit | 933263cfc85ec3464ad1e28dc7e781a3c2e9f2c4 (patch) | |
tree | ee1c3b782879b3482948642da9b6f00187a57688 /src/plugin.c | |
parent | 573146f927337d29ae7cb874f7b16aa5a3e8d0d4 (diff) | |
download | lilv-933263cfc85ec3464ad1e28dc7e781a3c2e9f2c4.tar.gz lilv-933263cfc85ec3464ad1e28dc7e781a3c2e9f2c4.tar.bz2 lilv-933263cfc85ec3464ad1e28dc7e781a3c2e9f2c4.zip |
Remove lv2_dyn_manifest.h from slv2 source tree.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2121 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/plugin.c')
-rw-r--r-- | src/plugin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugin.c b/src/plugin.c index c384801..e6718ee 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -222,6 +222,7 @@ slv2_plugin_load(SLV2Plugin p) } #ifdef SLV2_DYN_MANIFEST + typedef void* LV2_Dyn_Manifest_Handle; // Load and parse dynamic manifest data, if this is a library if (p->dynman_uri) { const char* lib_path = slv2_uri_to_path(slv2_value_as_string(p->dynman_uri)); |