summaryrefslogtreecommitdiff
path: root/apps/eq.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/eq.c')
-rw-r--r--apps/eq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/eq.c b/apps/eq.c
index 3d2f8d133d..57c29dc357 100644
--- a/apps/eq.c
+++ b/apps/eq.c
@@ -213,7 +213,7 @@ void eq_hs_coefs(unsigned long cutoff, unsigned long Q, long db, long *c)
213 c[4] = DIV64(-a2, a0, 24); 213 c[4] = DIV64(-a2, a0, 24);
214} 214}
215 215
216#if !defined(CPU_COLDFIRE) || defined(SIMULATOR) 216#if (!defined(CPU_COLDFIRE) && !defined(CPU_ARM)) || defined(SIMULATOR)
217void eq_filter(long **x, struct eqfilter *f, unsigned num, 217void eq_filter(long **x, struct eqfilter *f, unsigned num,
218 unsigned channels, unsigned shift) 218 unsigned channels, unsigned shift)
219{ 219{