Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2009-05-03 16:23:16 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2009-05-03 16:23:16 +0400
commit803781d63af31efa242daadb57231a576475ce8c (patch)
tree49754226e0e8e398e1bc1a8d09e534311e69d0ef /speexbuild
parentbf8ccdabca9b759efdf793996454bbc73f6d12bd (diff)
Remove libspeex, as we only use libspeexdsp
Diffstat (limited to 'speexbuild')
-rw-r--r--speexbuild/speexbuild.pro9
1 files changed, 7 insertions, 2 deletions
diff --git a/speexbuild/speexbuild.pro b/speexbuild/speexbuild.pro
index 687124b69..daad1de42 100644
--- a/speexbuild/speexbuild.pro
+++ b/speexbuild/speexbuild.pro
@@ -19,7 +19,7 @@ CONFIG += staticlib debug_and_release
CONFIG -= warn_on
CONFIG += warn_off
VPATH = ../speex/libspeex
-TARGET = speex
+TARGET = speexdsp
DEFINES += NDEBUG HAVE_CONFIG_H
INCLUDEPATH = ../speex/include ../speex/libspeex
@@ -35,7 +35,12 @@ unix {
DIST = config.h speex.def speex/speex_config_types.h
DEF_FILE = speex.def
-SOURCES = bits.c cb_search.c exc_10_16_table.c exc_10_32_table.c exc_20_32_table.c exc_5_256_table.c exc_5_64_table.c exc_8_128_table.c filterbank.c filters.c fftwrap.c gain_table.c gain_table_lbr.c hexc_10_32_table.c hexc_table.c high_lsp_tables.c jitter.c lpc.c lsp.c lsp_tables_nb.c ltp.c mdf.c modes.c modes_wb.c nb_celp.c preprocess.c quant_lsp.c sb_celp.c scal.c smallft.c speex.c speex_callbacks.c speex_header.c stereo.c vbr.c vq.c kiss_fft.c kiss_fftr.c vorbis_psy.c window.c resample.c
+SOURCES = mdf.c resample.c preprocess.c jitter.c filterbank.c fftwrap.c smallft.c
+
+#bits.c cb_search.c exc_10_16_table.c exc_10_32_table.c exc_20_32_table.c exc_5_256_table.c exc_5_64_table.c exc_8_128_table.c filterbank.c
+#filters.c fftwrap.c gain_table.c gain_table_lbr.c hexc_10_32_table.c hexc_table.c high_lsp_tables.c jitter.c lpc.c lsp.c lsp_tables_nb.c ltp.c
+#mdf.c modes.c modes_wb.c nb_celp.c preprocess.c quant_lsp.c sb_celp.c scal.c smallft.c speex.c
+#speex_callbacks.c speex_header.c stereo.c vbr.c vq.c kiss_fft.c kiss_fftr.c vorbis_psy.c window.c resample.c
CONFIG(debug, debug|release) {
CONFIG += console