aboutsummaryrefslogtreecommitdiff
path: root/tbext
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2003-09-15 04:49:59 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:11:53 +0200
commite06c0dcda335f4c6009750c9cf9366e7c2e72fe8 (patch)
treefcb0b507f9833b6ecc8ab73deb32c25e59dbdd2f /tbext
parent7ee4655a5bd0324808cb851a54e0d4cc402c9ada (diff)
*** empty log message ***
svn path=/trunk/externals/tb/; revision=966
Diffstat (limited to 'tbext')
-rwxr-xr-xtbext/make-files.txt2
-rw-r--r--tbext/source/main.cpp3
2 files changed, 2 insertions, 3 deletions
diff --git a/tbext/make-files.txt b/tbext/make-files.txt
index 7816e3c..846ab54 100755
--- a/tbext/make-files.txt
+++ b/tbext/make-files.txt
@@ -1,7 +1,7 @@
# all the source files from the package
SRCDIR = source
SRCS= \
- main.cpp tbroute.cpp tbsig~.cpp tbsroute~.cpp tbpow~.cpp tbfft1.cpp tbfft2.cpp #fftbuf.cpp # tbg7xx.cpp tbstrg.cpp
+ main.cpp tbroute.cpp tbsig~.cpp tbsroute~.cpp tbpow~.cpp tbfft1.cpp tbfft2.cpp fftbuf.cpp # tbg7xx.cpp tbstrg.cpp
#HDRS= \
diff --git a/tbext/source/main.cpp b/tbext/source/main.cpp
index c64c2fc..1cb0992 100644
--- a/tbext/source/main.cpp
+++ b/tbext/source/main.cpp
@@ -56,13 +56,12 @@ void ttbext_setup()
FLEXT_SETUP(tbroute);
//FLEXT_SETUP(tbstrg);
FLEXT_DSP_SETUP(tbsroute);
- // FLEXT_SETUP(tblock);
FLEXT_DSP_SETUP(tbsig);
FLEXT_DSP_SETUP(tbpow);
// FLEXT_DSP_SETUP(tbg7xx);
FLEXT_DSP_SETUP(tbfft1);
FLEXT_DSP_SETUP(tbfft2);
- // FLEXT_DSP_SETUP(fftbuf);
+ FLEXT_DSP_SETUP(fftbuf);
}