From 3e3a5e1cffb30b4dcc193cfac81b69655106f513 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 26 Oct 2015 13:32:51 +0100 Subject: [PATCH] and another LV2-1.0.0 compat 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 a9a4ac10f7..2d277aa301 100644 --- a/libs/ardour/lv2_plugin.cc +++ b/libs/ardour/lv2_plugin.cc @@ -244,7 +244,9 @@ struct LV2Plugin::Impl { #endif , state(0) , block_length(0) +#ifdef HAVE_LV2_1_2_0 , options(0) +#endif {} /** Find the LV2 input port with the given designation.