[SCM] calf/master: + Framework: unbreak non-DSSI builds

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:38:57 UTC 2013


The following commit has been merged in the master branch:
commit 2db93d56e534355cc46354a840a40182669d1823
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Thu Jan 22 00:36:52 2009 +0000

    + Framework: unbreak non-DSSI builds

diff --git a/src/giface.cpp b/src/giface.cpp
index bb9d78a..21d9bf9 100644
--- a/src/giface.cpp
+++ b/src/giface.cpp
@@ -250,6 +250,7 @@ struct osc_cairo_control: public cairo_iface
     }
 };
 
+#if USE_DSSI
 static void send_graph_via_osc(osctl::osc_client &client, const std::string &address, line_graph_iface *graph, std::vector<int> &params)
 {
     osctl::osc_inline_typed_strstream os;
@@ -297,7 +298,6 @@ 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)
 {
     client = new osctl::osc_client;

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list