The LAME package contains an MP3 encoder and optionally, an MP3 frame analyzer. This is useful for creating and analyzing compressed audio files.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://downloads.sourceforge.net/lame/lame-3.100.tar.gz
ダウンロード MD5 sum: 83e260acbe4389b54fe08e0bdbf7cddb
ダウンロードサイズ: 1.5 MB
必要ディスク容量: 9.7 MB
概算ビルド時間: 0.1 SBU
以下のコマンドを実行して LAME をビルドします。
./configure --prefix=/usr --enable-mp3rtp --disable-static && make
ビルド結果をテストする場合は make test を実行します。
root
ユーザーになって以下を実行します。
make pkghtmldir=/usr/share/doc/lame-3.100 install
--enable-mp3rtp
: This
switch enables building the encode-to-RTP program.
--disable-static
:
このスイッチはスタティックライブラリをインストールしないようにします。
--enable-nasm
: Enable the use of
NASM-2.16.01 to compile optimized assembly
routines for 32-bit x86. This option has no effect on x86_64.