Sigbj�rn Skj�ret wrote:

> int fskip(FILE *sf,long num_bytes,int dummy)
> {
> char data[num_bytes];
> 
> ..this doesn't work (atleast not here), as the char data[..] needs a static
> value .. I have no idea how to do this a better way though... :/

That's a gccism (so should not be use anyway) but can be
replaced by a simple malloc(num_bytes), of course.

Frank


--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Reply via email to