From 90e288976f4f7dcedfdec227fc2f19c571878ff4 Mon Sep 17 00:00:00 2001 From: Krzysztof Foltman Date: Sat, 6 Nov 2010 22:53:40 +0000 Subject: [PATCH] Fix a few bugs in compilation of limited versions (DSSI without GUI, no JACK host). (cherry picked from commit c260e0d491235f7332f54ab8eb67105052d8149d) --- plugins/ladspa_effect/calf/src/plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);