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

This commit is contained in:
Chris Cannam
2022-01-07 14:55:07 +00:00
parent ae28e364b1
commit 39115829c8

View File

@@ -29,6 +29,7 @@
extern "C" {
LV2_SYMBOL_EXPORT
const LV2_Descriptor *lv2_descriptor(uint32_t index)
{
return RubberBandPitchShifter::getDescriptor(index);