allow bundling of lv2core
authorRobin Gareus <robin@gareus.org>
Thu, 29 Jan 2015 01:12:15 +0000 (02:12 +0100)
committerRobin Gareus <robin@gareus.org>
Thu, 29 Jan 2015 01:13:33 +0000 (02:13 +0100)
commitc11a7a1bd7ae2d8ec0862eaa61022567dfb8a673
tree0e5d9d9645a292896adae69373e5aa553c4cd391
parenta4e159b1c0af14632786774073ea0319907e1ca8
allow bundling of lv2core

Don’t statically initiate the lv2 world, use explicit call after
scanning bundles.

lilv_world_load_specifications() and lilv_world_load_plugin_classes()
are only ever called after lilv_world_load_all(), so we postpone
the call to it.
libs/ardour/lv2_plugin.cc