[SCM] calf/master: * dssi_feedback_sender: added missing #if USE_DSSI
js at users.alioth.debian.org
js at users.alioth.debian.org
Tue May 7 15:38:56 UTC 2013
The following commit has been merged in the master branch:
commit 545782ae812bdfedef58829da87942b5d7d81ef3
Author: Hans Baier <hansfbaier at googlemail.com>
Date: Wed Jan 21 23:45:49 2009 +0700
* dssi_feedback_sender: added missing #if USE_DSSI
diff --git a/src/giface.cpp b/src/giface.cpp
index 756090d..6a40d84 100644
--- a/src/giface.cpp
+++ b/src/giface.cpp
@@ -242,6 +242,7 @@ void calf_plugins::send_graph_via_osc(osctl::osc_client &client, const std::stri
client.send(address, os);
}
+#if USE_DSSI
calf_plugins::dssi_feedback_sender::dssi_feedback_sender(const char *URI)
{
client = new osctl::osc_client;
@@ -256,4 +257,4 @@ calf_plugins::dssi_feedback_sender::~dssi_feedback_sender()
// client->send("/iQuit");
delete client;
}
-
+#endif
--
calf audio plugins packaging
More information about the pkg-multimedia-commits
mailing list