aboutsummaryrefslogtreecommitdiff
path: root/audio/Maaate/files/patch-src-plugins-spectralFlux.cc
diff options
context:
space:
mode:
Diffstat (limited to 'audio/Maaate/files/patch-src-plugins-spectralFlux.cc')
-rw-r--r--audio/Maaate/files/patch-src-plugins-spectralFlux.cc15
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/Maaate/files/patch-src-plugins-spectralFlux.cc b/audio/Maaate/files/patch-src-plugins-spectralFlux.cc
new file mode 100644
index 000000000000..b8cb09b94f46
--- /dev/null
+++ b/audio/Maaate/files/patch-src-plugins-spectralFlux.cc
@@ -0,0 +1,15 @@
+--- src/plugins/spectralFlux.cc.orig Wed Jan 23 12:22:13 2002
++++ src/plugins/spectralFlux.cc Sat Jul 20 17:21:11 2002
+@@ -182,9 +182,9 @@
+
+ //temporary results
+ int SBM = mf->nb_subbands(LOW);
+- double temp[SBM];
+- double old_temp[SBM];
+- double (* aux)[SBM];
++ double btemp[SBM];
++ double bold_temp[SBM];
++ double *temp = btemp, *old_temp = bold_temp, **aux;
+ double max = 0.0;
+
+