[SCM] calf/master: Make giface.cpp compile when DSSI support is disabled.

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:39:02 UTC 2013


The following commit has been merged in the master branch:
commit 9b953bb83be1de697e45329493670ca52bb4cff1
Author: David Täht <d at teklibre.com>
Date:   Fri Jan 23 13:33:51 2009 -0600

    Make giface.cpp compile when DSSI support is disabled.
    
    Signed-off-by: David Täht <d at teklibre.com>

diff --git a/src/giface.cpp b/src/giface.cpp
index 2a4c430..1945326 100644
--- a/src/giface.cpp
+++ b/src/giface.cpp
@@ -235,6 +235,7 @@ bool calf_plugins::check_for_string_ports(parameter_properties *parameters, int
     return false;
 }
 
+#if USE_DSSI
 struct osc_cairo_control: public cairo_iface
 {
     osctl::osc_inline_typed_strstream &os;
@@ -250,7 +251,6 @@ 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;

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list