summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/speex/arch.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-06-27 22:26:00 +0200
committerLennart Poettering <lennart@poettering.net>2008-06-27 22:26:00 +0200
commit32fce4debb8b1eed26d7c5ba7ca807479cc47e99 (patch)
treea8f0fa756e74d86134cb3792d4f921a571ef29ee /src/pulsecore/speex/arch.h
parent2490f698c0826e2e845c0c03da58e1e3ae3d98f8 (diff)
update speex resampler
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