mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
lame corrections
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1793 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
6e3a3db942
commit
6ff5639069
@ -425,6 +425,9 @@ otherterm="gCORBA">CORBA</glossseealso></glossdef></glossentry>
|
||||
<glossentry id="gRPC"><glossterm><acronym>RPC</acronym></glossterm>
|
||||
<glossdef><para>Remote Procedure Call</para></glossdef></glossentry>
|
||||
|
||||
<glossentry id="gRTP"><glossterm><acronym>RTP</acronym></glossterm>
|
||||
<glossdef><para>Real Time Protocol</para></glossdef></glossentry>
|
||||
|
||||
<glossentry id="gS3M"><glossterm><acronym>S3M</acronym></glossterm>
|
||||
<glossdef><para>ScreamTracker Version 3 Module</para></glossdef></glossentry>
|
||||
|
||||
|
@ -9,16 +9,15 @@
|
||||
<sect2><title>Description</title>
|
||||
|
||||
<sect3><title>lame</title>
|
||||
<para><command>lame</command> creates <filename>MP3</filename> audio files.
|
||||
<para><command>lame</command> creates <acronym>MP3</acronym> audio files.
|
||||
</para></sect3>
|
||||
|
||||
<sect3><title>mp3rtp</title>
|
||||
<para>Encode to mp3 with RTP streaming of the output.</para></sect3>
|
||||
<para>Encode to <acronym>MP3</acronym> with <acronym>RTP</acronym> streaming of the output.</para></sect3>
|
||||
|
||||
<sect3><title>libmp3lame libraries</title>
|
||||
<para><filename class="libraryfile">libmp3lame</filename> libraries provide the functions necessary
|
||||
to convert <filename>WAV</filename> files to <filename>MP3</filename> files.</para>
|
||||
to convert <acronym>WAV</acronym> files to <acronym>MP3</acronym> files.</para>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -1,10 +1,6 @@
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><parameter>--with-gtk-prefix=/usr</parameter>: This switch
|
||||
directs configure to <filename>gtk-config</filename>.</para>
|
||||
|
||||
<para><parameter>--enable-nasm</parameter>: Enables use of nasm.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -4,9 +4,8 @@
|
||||
<para>Install <application><acronym>LAME</acronym></application> by running the following commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr --mandir=/usr/share/man --enable-mp3rtp &&
|
||||
<screen><userinput><command>./configure --prefix=/usr --enable-mp3rtp &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<title>Introduction to <application><acronym>LAME</acronym></application></title>
|
||||
|
||||
<para>The <application><acronym>LAME</acronym></application> package contains
|
||||
a <filename>MP3</filename> encoder. This is useful for creating compressed
|
||||
a <acronym>MP3</acronym> encoder. This is useful for creating compressed
|
||||
audio files.</para>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
|
@ -6,6 +6,6 @@
|
||||
<!ENTITY lame-version "3.95.1">
|
||||
<!ENTITY lame-download-http "http://telia.dl.sourceforge.net/sourceforge/lame/lame-&lame-version;.tar.gz">
|
||||
<!ENTITY lame-download-ftp "ftp://ftp.yars.free.net/pub/software/unix/util/mpeg/lame-&lame-version;.tar.gz">
|
||||
<!ENTITY lame-size "1 MB">
|
||||
<!ENTITY lame-buildsize "7.1 MB">
|
||||
<!ENTITY lame-size "1.2 MB">
|
||||
<!ENTITY lame-buildsize "9.1 MB">
|
||||
<!ENTITY lame-time "0.39 SBU">
|
||||
|
Loading…
Reference in New Issue
Block a user