Short: Lame Ain't an MP3 Encoder Author: Misc., AROS port by submitter Uploader: mrustler gmx de (Matthias Rustler) Type: mus/misc Version: 3.98 Architecture: i386-aros LAME is a high quality MPEG Audio Layer III (MP3) encoder licensed under the LGPL. http://lame.sourceforge.net/index.php This is a rough port to i386-aros. Note that you need a lot of stack. In order to do "lame testcase.wav out.mp3" I had to set the stack to 1,000,000. I haven't included the source because it compiled out of the box with this options: ./configure CC=i386-aros-gcc CFLAGS="" LDFLAGS="" --prefix=/PROGDIR -exec-prefix=/PROGDIR --bindir=/PROGDIR --host=i686-aros --disable-nls --without-x --without-pic --disable-shared Uploaded using: archives.aros-exec.org