aboutsummaryrefslogtreecommitdiff
path: root/experimental
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2006-06-01 06:53:39 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2006-06-01 06:53:39 +0000
commit8e2301664b68d89b936f67e06718ace7db027c79 (patch)
treed5348edab1ecdbdb89950059f3e7379d4bfbeede /experimental
parent0c6fd4b32921b8da7ece5011cc4888a0a520dcd1 (diff)
compilation of fofsynth
svn path=/trunk/externals/ggee/; revision=5154
Diffstat (limited to 'experimental')
-rwxr-xr-xexperimental/fofsynth~.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/experimental/fofsynth~.c b/experimental/fofsynth~.c
index 5a9de5b..44c18f0 100755
--- a/experimental/fofsynth~.c
+++ b/experimental/fofsynth~.c
@@ -19,7 +19,10 @@ void garray_usedindsp(t_garray *x);
#define MAXGRAINS 1000
#define PD_PI 3.14159
+
+#if PD_MINOR_VERSION < 38
static float* cos_table;
+#endif
static float* halfcos_table;
static float* exp_table;