From fa971b142d794c9620b823d6b9d1937397c1f1e1 Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Fri, 26 Oct 2007 01:16:55 +0000 Subject: Sync with Speex SVN. Syntactic change in filters_cf.S. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15310 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libspeex/misc.h | 133 +------------------------------------------- 1 file changed, 2 insertions(+), 131 deletions(-) (limited to 'apps/codecs/libspeex/misc.h') diff --git a/apps/codecs/libspeex/misc.h b/apps/codecs/libspeex/misc.h index 8702919b7b..7dcc4f25f9 100644 --- a/apps/codecs/libspeex/misc.h +++ b/apps/codecs/libspeex/misc.h @@ -40,9 +40,9 @@ #ifndef SPEEX_VERSION #define SPEEX_MAJOR_VERSION 1 /**< Major Speex version. */ #define SPEEX_MINOR_VERSION 1 /**< Minor Speex version. */ -#define SPEEX_MICRO_VERSION 14 /**< Micro Speex version. */ +#define SPEEX_MICRO_VERSION 15 /**< Micro Speex version. */ #define SPEEX_EXTRA_VERSION "" /**< Extra Speex version. */ -#define SPEEX_VERSION "speex-1.2beta2" /**< Speex version string. */ +#define SPEEX_VERSION "speex-1.2beta3" /**< Speex version string. */ #endif /* A couple test to catch stupid option combinations */ @@ -71,7 +71,6 @@ #endif #include "arch.h" -#include "rockbox.h" /** Convert little endian */ static inline spx_int32_t le_int(spx_int32_t i) @@ -91,138 +90,10 @@ static inline spx_int32_t le_int(spx_int32_t i) #endif } -#define speex_fatal(str) _speex_fatal(str, __FILE__, __LINE__); -#define speex_assert(cond) {if (!(cond)) {speex_fatal("assertion failed: " #cond);}} - -#ifndef RELEASE -static void print_vec(float *vec, int len, char *name) -{ - int i; - printf ("%s ", name); - for (i=0;i