Sorry I ever mentioned that __buffsize thing, it's a SAS/C specific feature, and shouldn't be in LAME .. if Amiga-porters like to use it, I suggest they go to http://csc.smsu.edu/~strauser/audio.html fetch the source available there, and look at my amiga_version.c which automatically generates an Amiga version-string, and sets a pre-defined buffersize for 68k/PPC. So, please remove the following which has been added to main.c in 3.56: #ifdef OS_AMIGAOS /*#include <memory.h>*/ extern int __buffsize = 1000000; /* performance increase of about 10% */ #endif /* OS_AMIGAOS */ - CISC -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )
