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
|