summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/speex/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/speex/arch.h')
-rw-r--r--src/pulsecore/speex/arch.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pulsecore/speex/arch.h b/src/pulsecore/speex/arch.h
index 9987c8fb..0817749c 100644
--- a/src/pulsecore/speex/arch.h
+++ b/src/pulsecore/speex/arch.h
@@ -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
@@ -234,7 +232,7 @@ typedef float spx_word32_t;
#ifdef FIXED_DEBUG
-long long spx_mips=0;
+extern long long spx_mips;
#endif