[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:59 UTC 2013


The following commit has been merged in the master branch:
commit 1cf652fc699798b177dae6747d8ba973bc22d343
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 c496ec1..b047dce 100644
--- a/src/giface.cpp
+++ b/src/giface.cpp
@@ -298,6 +298,7 @@ static void send_graph_via_osc(osctl::osc_client &client, const std::string &add
     client.send(address, os);
 }
 
+#if USE_DSSI
 calf_plugins::dssi_feedback_sender::dssi_feedback_sender(const char *URI, line_graph_iface *_graph, calf_plugins::parameter_properties *props, int num_params)
 {
     graph = _graph;

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list