aboutsummaryrefslogtreecommitdiff
path: root/tbext
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2003-09-20 15:37:44 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:11:54 +0200
commit80e47e2a02fc3cb39baeea8db56ef362b86c6e04 (patch)
tree1ecea223e17b7e4d972cb25df32b50b794e64360 /tbext
parent81d751e8824f6a9b3975c1da517d1d163a2eace5 (diff)
*** empty log message ***
svn path=/trunk/externals/tb/; revision=1013
Diffstat (limited to 'tbext')
-rwxr-xr-xtbext/make-files.txt2
-rw-r--r--tbext/source/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tbext/make-files.txt b/tbext/make-files.txt
index e299154..b3a83b5 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 tbssel~.cpp \
+ main.cpp tbroute.cpp tbsig~.cpp tbsroute~.cpp \
tbpow~.cpp tbfft1.cpp tbfft2.cpp fftbuf.cpp fftgrsort.cpp \
fftgrshuf.cpp fftgrrev.cpp # tbg7xx.cpp tbstrg.cpp
diff --git a/tbext/source/main.cpp b/tbext/source/main.cpp
index 4b204f6..dd007df 100644
--- a/tbext/source/main.cpp
+++ b/tbext/source/main.cpp
@@ -56,7 +56,7 @@ void ttbext_setup()
FLEXT_SETUP(tbroute);
//FLEXT_SETUP(tbstrg);
FLEXT_DSP_SETUP(tbsroute);
- FLEXT_DSP_SETUP(tbssel);
+ // FLEXT_DSP_SETUP(tbssel);
FLEXT_DSP_SETUP(tbsig);
FLEXT_DSP_SETUP(tbpow);
// FLEXT_DSP_SETUP(tbg7xx);