Displaying 1 result from an estimated 1 matches for "2d0f217a".
2005 Dec 20
3
CVS compilation and EVC++ 4.0
Hi all,
I'd like you to know i'm not able to build Speex library anymore from CVS
without modfing the code in mdf.c.
This is due to the fact that EVC++ compiler doesn't like memory allocations
in this form:
spx_word16_t w[N];
where N is not a constant.
I know this is not an error for gcc compiler and ANSI standard but it is in
VS2005 and EVC++ 4.0
If someone knows how to compile