From 1665baa91751e4ec920a6bb9e15e4e4a962e5c27 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 16 Mar 2016 19:39:13 +0100 Subject: [PATCH] add missing ifdef --- libs/ardour/lv2_plugin.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/ardour/lv2_plugin.cc b/libs/ardour/lv2_plugin.cc index 1f0e20f779..3b9a3ef286 100644 --- a/libs/ardour/lv2_plugin.cc +++ b/libs/ardour/lv2_plugin.cc @@ -216,6 +216,7 @@ work_respond(LV2_Worker_Respond_Handle handle, } } +#ifdef LV2_EXTENDED /* inline display extension */ static void queue_draw (LV2_Inline_Display_Handle handle) @@ -223,6 +224,7 @@ queue_draw (LV2_Inline_Display_Handle handle) LV2Plugin* plugin = (LV2Plugin*)handle; plugin->QueueDraw(); /* EMIT SIGNAL */ } +#endif /* log extension */ -- 2.30.2