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>2007-11-17 09:57:27 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2007-11-17 09:57:27 +0300
commit579a429cb7660df2cc944b4b2037d95ed3d7e689 (patch)
tree81167458b94a1282e7d8b04a3c4e3a340132d7da /speexbuild
parent20f88474429f7b8a23723aa1f5a2494230bcc399 (diff)
PulseAudio (very basic)
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@852 05730e5d-ab1b-0410-a4ac-84af385074fa
Diffstat (limited to 'speexbuild')
-rw-r--r--speexbuild/config.h24
-rw-r--r--speexbuild/speexbuild.pro1
2 files changed, 9 insertions, 16 deletions
diff --git a/speexbuild/config.h b/speexbuild/config.h
index ebcb4a7c3..2ff8e46fa 100644
--- a/speexbuild/config.h
+++ b/speexbuild/config.h
@@ -10,21 +10,21 @@
/* Make use of Blackfin assembly optimizations */
/* #undef BFIN_ASM */
-/* Disable wideband codec */
-/* #undef DISABLE_WIDEBAND */
-
/* Enable valgrind extra checks */
/* #undef ENABLE_VALGRIND */
-/* Enable support for Epic 4.8 kbps mode */
-/* #undef EPIC_48K */
-
/* Debug fixed-point implementation */
/* #undef FIXED_DEBUG */
/* Compile as fixed-point */
/* #undef FIXED_POINT */
+/* Compile as floating-point */
+#define FLOATING_POINT
+
+/* Define to 1 if you have the <alloca.h> header file. */
+#define HAVE_ALLOCA_H 1
+
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
@@ -85,9 +85,6 @@
/* Define to the version of this package. */
#define PACKAGE_VERSION ""
-/* Reduce precision to 16 bits (EXPERIMENTAL) */
-/* #undef PRECISION16 */
-
/* The size of `int', as computed by sizeof. */
#define SIZEOF_INT 4
@@ -98,19 +95,19 @@
#define SIZEOF_SHORT 2
/* Version extra */
-#define SPEEX_EXTRA_VERSION "-svn"
+#define SPEEX_EXTRA_VERSION "-git"
/* Version major */
#define SPEEX_MAJOR_VERSION 1
/* Version micro */
-#define SPEEX_MICRO_VERSION 14
+#define SPEEX_MICRO_VERSION 15
/* Version minor */
#define SPEEX_MINOR_VERSION 1
/* Complete version string */
-#define SPEEX_VERSION "1.2beta2"
+#define SPEEX_VERSION "1.2beta3"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
@@ -124,9 +121,6 @@
/* Use C99 variable-size arrays */
#define VAR_ARRAYS
-/* Enable Vorbis-style psychoacoustics (EXPERIMENTAL) */
-/* #undef VORBIS_PSYCHO */
-
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
/* #undef WORDS_BIGENDIAN */
diff --git a/speexbuild/speexbuild.pro b/speexbuild/speexbuild.pro
index 95e1c1f97..17d6c25c3 100644
--- a/speexbuild/speexbuild.pro
+++ b/speexbuild/speexbuild.pro
@@ -24,7 +24,6 @@ macx {
DIST = config.h speex.def speex/speex_config_types.h
-#VORBIS_PSYCHO
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 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