From 7d1c585587b9d02c318a2b666c1795a44db11038 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Wed, 23 Apr 2003 16:23:12 +0000 Subject: Fix some symbol and Makefile issues git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@886 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- codecs/ilbc/helpfun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'codecs/ilbc/helpfun.c') diff --git a/codecs/ilbc/helpfun.c b/codecs/ilbc/helpfun.c index 8788e7894..936afd614 100755 --- a/codecs/ilbc/helpfun.c +++ b/codecs/ilbc/helpfun.c @@ -42,7 +42,7 @@ void autocorr( * window multiplication *---------------------------------------------------------------*/ -void window( +void lbc_window( float *z, /* (o) the windowed data */ const float *x, /* (i) the original data vector */ const float *y, /* (i) the window */ -- cgit v1.2.3