mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@294 05730e5d-ab1b-0410-a4ac-84af385074fa
19 lines
819 B
INI
19 lines
819 B
INI
# Simple project file to build Speex with same compilers
|
|
# as Qt used.
|
|
|
|
TEMPLATE = lib
|
|
CONFIG -= qt
|
|
TARGET = libspeex
|
|
DEFINES += NDEBUG WIN32 _WINDOWS HAVE_CONFIG_H USE_SSE
|
|
INCLUDEPATH = ../win32 ../include
|
|
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 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 math_approx.c misc.c mdf.c modes.c nb_celp.c preprocess.c quant_lsp.c sb_celp.c smallft.c speex.c speex_callbacks.c speex_header.c stereo.c vbr.c vq.c
|
|
|
|
CONFIG(symbols) {
|
|
QMAKE_CFLAGS_RELEASE += -g
|
|
QMAKE_CXXFLAGS_RELEASE += -g
|
|
QMAKE_LFLAGS += -g
|
|
QMAKE_LFLAGS -= -Wl,-s
|
|
QMAKE_LFLAGS_RELEASE -= -Wl,-s
|
|
}
|