patches/swh-plugins-02-fixinline.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 988 923eb94c26f8
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
988
923eb94c26f8 2008-03-18 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     1
--- swh-plugins-0.4.15/imp_1199.c-orig	2008-03-18 03:31:02.059525000 -0500
923eb94c26f8 2008-03-18 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     2
+++ swh-plugins-0.4.15/imp_1199.c	2008-03-18 03:31:14.276697000 -0500
923eb94c26f8 2008-03-18 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     3
@@ -70,7 +70,7 @@ inline void impulse2freq(int id, float *
923eb94c26f8 2008-03-18 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     4
 fft_plan plan_rc[IMPULSES],
923eb94c26f8 2008-03-18 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     5
          plan_cr[IMPULSES];
923eb94c26f8 2008-03-18 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     6
 
923eb94c26f8 2008-03-18 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     7
-static fftw_real *real_in, *real_out, *comp_in, *comp_out;
923eb94c26f8 2008-03-18 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     8
+extern fftw_real *real_in, *real_out, *comp_in, *comp_out;
923eb94c26f8 2008-03-18 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     9
 
923eb94c26f8 2008-03-18 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    10
 unsigned int fft_length[IMPULSES];
923eb94c26f8 2008-03-18 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    11