Fix a few bugs in compilation of limited versions (DSSI without GUI, no JACK host).

(cherry picked from commit c260e0d491235f7332f54ab8eb67105052d8149d)
This commit is contained in:
Krzysztof Foltman
2010-11-06 22:53:40 +00:00
committed by Tobias Doerffel
parent 71930a1dbb
commit 90e288976f

View File

@@ -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<const line_graph_iface *>(metadata);