summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libspeex/arch.h')
-rw-r--r--apps/codecs/libspeex/arch.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/codecs/libspeex/arch.h b/apps/codecs/libspeex/arch.h
index 9db16ff34d..9f81e0c51e 100644
--- a/apps/codecs/libspeex/arch.h
+++ b/apps/codecs/libspeex/arch.h
@@ -42,7 +42,7 @@
42#define SPEEX_MINOR_VERSION 1 /**< Minor Speex version. */ 42#define SPEEX_MINOR_VERSION 1 /**< Minor Speex version. */
43#define SPEEX_MICRO_VERSION 15 /**< Micro Speex version. */ 43#define SPEEX_MICRO_VERSION 15 /**< Micro Speex version. */
44#define SPEEX_EXTRA_VERSION "" /**< Extra Speex version. */ 44#define SPEEX_EXTRA_VERSION "" /**< Extra Speex version. */
45#define SPEEX_VERSION "speex-1.2beta3" /**< Speex version string. */ 45#define SPEEX_VERSION "speex-1.2beta4" /**< Speex version string. */
46#endif 46#endif
47 47
48/* A couple test to catch stupid option combinations */ 48/* A couple test to catch stupid option combinations */
@@ -127,8 +127,6 @@ typedef spx_word32_t spx_sig_t;
127#include "fixed_arm5e.h" 127#include "fixed_arm5e.h"
128#elif defined (ARM4_ASM) 128#elif defined (ARM4_ASM)
129#include "fixed_arm4.h" 129#include "fixed_arm4.h"
130#elif defined (ARM5E_ASM)
131#include "fixed_arm5e.h"
132#elif defined (BFIN_ASM) 130#elif defined (BFIN_ASM)
133#include "fixed_bfin.h" 131#include "fixed_bfin.h"
134#endif 132#endif