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.