From 213e7d847245f9ac61a64497424faeac0e22b4a2 Mon Sep 17 00:00:00 2001 From: Dan Everton Date: Tue, 22 May 2007 10:05:32 +0000 Subject: [PATCH] Fix prototypes and warning in ARM version of libspeex filter.h git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13462 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libspeex/filters_arm4.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/codecs/libspeex/filters_arm4.h b/apps/codecs/libspeex/filters_arm4.h index 91386100a4..886caed189 100644 --- a/apps/codecs/libspeex/filters_arm4.h +++ b/apps/codecs/libspeex/filters_arm4.h @@ -33,9 +33,8 @@ */ #define OVERRIDE_NORMALIZE16 -int normalize16(const spx_sig_t *x, spx_word16_t *y, int max_scale, int len) +int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int len) { - int i; spx_sig_t max_val=1; int sig_shift; int dead1, dead2, dead3, dead4, dead5, dead6;