and another LV2-1.0.0 compat ifdef
authorRobin Gareus <robin@gareus.org>
Mon, 26 Oct 2015 12:32:51 +0000 (13:32 +0100)
committerRobin Gareus <robin@gareus.org>
Mon, 26 Oct 2015 12:32:51 +0000 (13:32 +0100)
libs/ardour/lv2_plugin.cc

index a9a4ac10f75ca834352ba98f4d3e778447c9a7cf..2d277aa301c213306d9e7f0f5e96e9483f632e5d 100644 (file)
@@ -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.