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

github.com/mumble-voip/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2007-11-24 00:55:22 +0300
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2007-11-24 00:55:22 +0300
commit1b2166d03c6ebd13f6e5dec9503763895f3ce4ac (patch)
treec66f1bd7034885f635c8dbf08f2b3982f1619799
parenta3f82e2c8c6a87ce119dacdd7d2d3b8c73d2965b (diff)
Removed redundant inclusion in arch.h
git-svn-id: http://svn.xiph.org/trunk/speex@14224 0101bb08-14d6-0310-b084-bc0e0c8e3800
-rw-r--r--libspeex/arch.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libspeex/arch.h b/libspeex/arch.h
index 7679aea..ec3c901 100644
--- a/libspeex/arch.h
+++ b/libspeex/arch.h
@@ -40,7 +40,7 @@
#define SPEEX_MINOR_VERSION 1 /**< Minor Speex version. */
#define SPEEX_MICRO_VERSION 15 /**< Micro Speex version. */
#define SPEEX_EXTRA_VERSION "" /**< Extra Speex version. */
-#define SPEEX_VERSION "speex-1.2beta3" /**< Speex version string. */
+#define SPEEX_VERSION "speex-1.2beta4" /**< Speex version string. */
#endif
/* A couple test to catch stupid option combinations */
@@ -125,8 +125,6 @@ typedef spx_word32_t spx_sig_t;
#include "fixed_arm5e.h"
#elif defined (ARM4_ASM)
#include "fixed_arm4.h"
-#elif defined (ARM5E_ASM)
-#include "fixed_arm5e.h"
#elif defined (BFIN_ASM)
#include "fixed_bfin.h"
#endif