%general-entities; ]> $LastChangedBy$ $Date$ LAME-&lame-version; LAME Introduction to LAME The LAME package contains an MP3 encoder and optionally, an MP3 frame analyzer. This is useful for creating and analyzing compressed audio files. &lfs83_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &lame-md5sum; Download size: &lame-size; Estimated disk space required: &lame-buildsize; Estimated build time: &lame-time; LAME Dependencies Optional Dmalloc, Electric Fence, and User Notes: Installation of LAME First, fix a compiler error introduced by gcc-4.9.0 on 32-bit machines: case $(uname -m) in i?86) sed -i -e 's/<xmmintrin.h/&.nouse/' configure ;; esac 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-&lame-version; install Command Explanations sed -i -e 's/<xmmintrin.h/&.nouse/' configure : with gcc-4.9.0 and above, the compiler issues an error on 32-bit machines, while compiling xmm_quantize_sub.c. The error message is: error: inlining failed in call to always_inline '_mm_loadu_ps'. This sed makes it appear as if xmmintrin.h is not present. Do not use this on other versions of gcc. --enable-mp3rtp: This switch enables building the encode-to-RTP program. : Enable the use of to compile optimized assembly routines. Contents Installed Programs Installed Library Installed Directories lame and mp3rtp libmp3lame.so /usr/include/lame and /usr/share/doc/lame-&lame-version; Short Descriptions lame creates MP3 audio files from raw PCM or .wav data. lame mp3rtp is used to encode MP3 with RTP streaming of the output. mp3rtp libmp3lame.so libraries provide the functions necessary to convert raw PCM and WAV files to MP3 files. libmp3lame.so