[SCM] calf/master: + Filterclavier: unbreak non-experimental builds

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


The following commit has been merged in the master branch:
commit 747844a56e84e66a6398b5a733a0ee7155c7db62
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Fri Jan 23 23:54:04 2009 +0000

    + Filterclavier: unbreak non-experimental builds

diff --git a/src/calf/modulelist.h b/src/calf/modulelist.h
index d3f83be..ec30f43 100644
--- a/src/calf/modulelist.h
+++ b/src/calf/modulelist.h
@@ -1,6 +1,8 @@
 #ifdef PER_MODULE_ITEM
     PER_MODULE_ITEM(filter, false, "filter")
+#ifdef ENABLE_EXPERIMENTAL
     PER_MODULE_ITEM(filterclavier, false, "filterclavier")
+#endif
     PER_MODULE_ITEM(flanger, false, "flanger")
     PER_MODULE_ITEM(reverb, false, "reverb")
     PER_MODULE_ITEM(monosynth, true, "monosynth")
@@ -10,8 +12,6 @@
     PER_MODULE_ITEM(phaser, false, "phaser")
     PER_MODULE_ITEM(multichorus, false, "multichorus")
     PER_MODULE_ITEM(compressor, false, "compressor")
-#ifdef ENABLE_EXPERIMENTAL
-#endif
 #undef PER_MODULE_ITEM
 #endif
 #ifdef PER_SMALL_MODULE_ITEM
diff --git a/src/modules_dsp.cpp b/src/modules_dsp.cpp
index 8e1269a..18a95dd 100644
--- a/src/modules_dsp.cpp
+++ b/src/modules_dsp.cpp
@@ -239,6 +239,8 @@ bool filter_audio_module::get_gridline(int index, int subindex, float &pos, bool
 
 ///////////////////////////////////////////////////////////////////////////////////////////////
 
+#if ENABLE_EXPERIMENTAL
+
 bool filterclavier_audio_module::get_graph(int index, int subindex, float *data, int points, cairo_iface *context)
 {
     if (!is_active || index != par_mode) {
@@ -256,6 +258,8 @@ bool filterclavier_audio_module::get_gridline(int index, int subindex, float &po
     return get_freq_gridline(subindex, pos, vertical, legend, context);
 }
 
+#endif
+
 ///////////////////////////////////////////////////////////////////////////////////////////////
 
 rotary_speaker_audio_module::rotary_speaker_audio_module()

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list