aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-09-25 10:18:18 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-09-25 10:18:18 +0000
commit633b21ffaf435e2e08280e206829a17fdef938a3 (patch)
tree90be40fa2ecf6a09a907caa99122c131ec624f61
parentb672867a82ce837e73d71331e4f335c577b06273 (diff)
renamed "d_mayer_fft.c" to "d_fft_mayer.c" (how did this _ever_ compile??)
svn path=/trunk/externals/corelibs/; revision=6018
-rwxr-xr-xgenerate.sh4
-rw-r--r--lib_d_fft.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/generate.sh b/generate.sh
index 4b69e71..5c3ae3b 100755
--- a/generate.sh
+++ b/generate.sh
@@ -3,7 +3,7 @@
# put these at the top of the file
touch lib_d_fft.c
echo '#include "../../pd/src/d_fftroutine.c"' >> lib_d_fft.c
-echo '#include "../../pd/src/d_mayer_fft.c"' >> lib_d_fft.c
+echo '#include "../../pd/src/d_fft_mayer.c"' >> lib_d_fft.c
for file in ../../pd/src/[dx]_*.c; do
newfile=`echo $file | sed 's|.*/src/\([dx]_\)|lib_\1|'`
@@ -18,6 +18,6 @@ for file in ../../pd/src/[dx]_*.c; do
done
# these files hold code for other classes, but no classes
-rm lib_d_fftroutine.c lib_d_mayer_fft.c lib_d_resample.c
+rm lib_d_fftroutine.c lib_d_fft_mayer.c lib_d_resample.c
diff --git a/lib_d_fft.c b/lib_d_fft.c
index 88b25f4..6cc6085 100644
--- a/lib_d_fft.c
+++ b/lib_d_fft.c
@@ -1,5 +1,5 @@
#include "../../pd/src/d_fftroutine.c"
-#include "../../pd/src/d_mayer_fft.c"
+#include "../../pd/src/d_fft_mayer.c"
#include "../../pd/src/d_fft.c"
void lib_d_fft_setup(void)
{