diff --git a/plugins/ladspa_effect/calf/src/plugin.cpp b/plugins/ladspa_effect/calf/src/plugin.cpp index cd466c4e9..1c8663637 100644 --- a/plugins/ladspa_effect/calf/src/plugin.cpp +++ b/plugins/ladspa_effect/calf/src/plugin.cpp @@ -116,7 +116,7 @@ void ladspa_instance::run_synth(unsigned long SampleCount, snd_seq_event_t *Even char *ladspa_instance::configure(const char *key, const char *value) { -#if USE_DSSI +#if USE_DSSI_GUI if (!strcmp(key, "OSC:FEEDBACK_URI")) { const line_graph_iface *lgi = dynamic_cast(metadata);