Hi all,<br><br>I'd like you to know i'm not able to build Speex library anymore from CVS without modfing the code in mdf.c.<br>This is due to the fact that EVC++ compiler doesn't like memory allocations in this form:<br><br>
spx_word16_t w[N];<br><br>where N is not a constant. <br>I know this is not an error for gcc compiler and ANSI standard but it is in VS2005 and EVC++ 4.0<br>If someone knows how to compile this with a MS compiler i would apreciate it.
<br><br>Regards<br>Fabio<br><br>