The LAME package contains an MP3 encoder and optionally, an MP3 frame analyzer. This is useful for creating and analyzing compressed audio files.
This package is known to build and work properly using an LFS-7.4 platform.
Download (HTTP): http://downloads.sourceforge.net/lame/lame-3.99.5.tar.gz
Download MD5 sum: 84835b313d4a8b68f5349816d33e07ce
Download size: 1.4 MB
Estimated disk space required: 11 MB
Estimated build time: 0.3 SBU
Dmalloc, Electric Fence, libsndfile-1.0.25 and NASM-2.10.09
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/lame
Install LAME by running the following commands:
./configure --prefix=/usr --enable-mp3rtp --disable-static && make
To test the results, issue: make test.
Now, as the root
user:
make pkghtmldir=/usr/share/doc/lame-3.99.5 install
--enable-mp3rtp
: This switch enables
building of the encode-to-RTP program.
--disable-static
: This
switch prevents installation of static versions of the libraries.
--enable-nasm
: Enable the use of
NASM-2.10.09 to compile optimized assembly
routines.
Last updated on 2013-08-24 04:19:06 -0700