From 39115829c8cf3786d40d982378e4d3d74c0e4a41 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Fri, 7 Jan 2022 14:55:07 +0000 Subject: [PATCH] Add LV2_SYMBOL_EXPORT for the descriptor function - this does the same thing as our existing linker scripts I believe, but it seems to be the recommended way for LV2 --- ladspa-lv2/libmain-lv2.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ladspa-lv2/libmain-lv2.cpp b/ladspa-lv2/libmain-lv2.cpp index f4a948e..3e41ffb 100644 --- a/ladspa-lv2/libmain-lv2.cpp +++ b/ladspa-lv2/libmain-lv2.cpp @@ -29,6 +29,7 @@ extern "C" { +LV2_SYMBOL_EXPORT const LV2_Descriptor *lv2_descriptor(uint32_t index) { return RubberBandPitchShifter::getDescriptor(index);