On Thu, 21 Oct 1999 00:23:38 -0600, Mark Taylor wrote:
>
>lame 3.35 beta is now on the web page.
>
>It has Leonid's new MPEG2 bug fixes, which might make a noticable
>difference in quality - I haven't tested it yet.
>
>It is also supposed to fix a lot of the "u_int" type bugs on nonLinux
>systems. I would like to make a new official realease as soon as most
>of these compatibility bugs are fixed - so it would be great if
>as many people as possible tried this release.
On OS/2 EMX, <sys/stat.h> requires <sys/types.h>. So at the top of the
includes in lame.c there should be:
#ifdef __EMX__
#include <sys/types.h> /* OS/2 EMX requires this for sys/stat.h */
#endif
Otherwise it produces warnings (and possible side-effects?)
paul
--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )