summaryrefslogtreecommitdiffstats
path: root/audio/cmt/fix_sine.diff
blob: 441f9fc9b71da71037b9014b48c3b7c6277c4b87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff -Naur cmt/src/sine.cpp cmt.patched//src/sine.cpp
--- cmt/src/sine.cpp	2002-08-07 17:42:41.000000000 -0400
+++ cmt.patched//src/sine.cpp	2011-06-21 12:07:36.000000000 -0400
@@ -36,8 +36,8 @@
 
 /*****************************************************************************/
 
-LADSPA_Data * g_pfSineTable = NULL;
-LADSPA_Data g_fPhaseStepBase = 0;
+static LADSPA_Data * g_pfSineTable = NULL;
+static LADSPA_Data g_fPhaseStepBase = 0;
 
 /*****************************************************************************/