[xiph-commits] r9994 - in trunk/speex: . libspeex
thomasvs at svn.xiph.org
thomasvs at svn.xiph.org
Wed Sep 7 12:16:02 PDT 2005
Author: thomasvs
Date: 2005-09-07 12:16:00 -0700 (Wed, 07 Sep 2005)
New Revision: 9994
Modified:
trunk/speex/ChangeLog
trunk/speex/libspeex/cb_search.c
Log:
declare n
Modified: trunk/speex/ChangeLog
===================================================================
--- trunk/speex/ChangeLog 2005-09-07 19:15:23 UTC (rev 9993)
+++ trunk/speex/ChangeLog 2005-09-07 19:16:00 UTC (rev 9994)
@@ -1,3 +1,9 @@
+2005-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * libspeex/cb_search.c: (split_cb_search_shape_sign_N1):
+ add declaration for n, seems like an obvious build fix, slap
+ me down if it's not
+
2004-02-18 Jean-Marc Valin <jean-marc.valin at usherbrooke.ca>
Patch for compiling with mingw32 sent by j at thing.net
Modified: trunk/speex/libspeex/cb_search.c
===================================================================
--- trunk/speex/libspeex/cb_search.c 2005-09-07 19:15:23 UTC (rev 9993)
+++ trunk/speex/libspeex/cb_search.c 2005-09-07 19:16:00 UTC (rev 9994)
@@ -112,7 +112,7 @@
int update_target
)
{
- int i,j,m,q;
+ int i,j,m,n,q;
VARDECL(spx_word16_t *resp);
#ifdef _USE_SSE
VARDECL(__m128 *resp2);
More information about the commits
mailing list