Skip to content

Commit 7d3d713

Browse files
author
thomasvs
committed
declare n
git-svn-id: http://svn.xiph.org/trunk/speex@9994 0101bb08-14d6-0310-b084-bc0e0c8e3800
1 parent b4c2169 commit 7d3d713

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2005-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
2+
3+
* libspeex/cb_search.c: (split_cb_search_shape_sign_N1):
4+
add declaration for n, seems like an obvious build fix, slap
5+
me down if it's not
6+
17
2004-02-18 Jean-Marc Valin <[email protected]>
28
Patch for compiling with mingw32 sent by [email protected]
39

libspeex/cb_search.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ int complexity,
112112
int update_target
113113
)
114114
{
115-
int i,j,m,q;
115+
int i,j,m,n,q;
116116
VARDECL(spx_word16_t *resp);
117117
#ifdef _USE_SSE
118118
VARDECL(__m128 *resp2);

0 commit comments

Comments
 (0)