From: Robin Gareus Date: Mon, 26 Oct 2015 12:32:51 +0000 (+0100) Subject: and another LV2-1.0.0 compat ifdef X-Git-Tag: 4.5~558 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=3e3a5e1cffb30b4dcc193cfac81b69655106f513;p=ardour.git and another LV2-1.0.0 compat ifdef --- 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.