Remove obsolete i686 build instruction in LAME

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21001 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2019-01-19 18:51:47 +00:00
parent aba7ff6937
commit 377f5f2835

View File

@ -89,15 +89,6 @@
<sect2 role="installation">
<title>Installation of LAME</title>
<para>
First, fix a compiler error introduced by
<application>gcc-4.9.0</application> on 32-bit machines:
</para>
<screen><userinput>case $(uname -m) in
i?86) sed -i -e 's/&lt;xmmintrin.h/&amp;.nouse/' configure ;;
esac</userinput></screen>
<para>
Install <application>LAME</application> by running
the following commands:
@ -121,16 +112,6 @@ make</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<command>sed -i -e 's/&lt;xmmintrin.h/&amp;.nouse/' configure</command> : with
gcc-4.9.0 and above, the compiler issues an error on 32-bit machines,
while compiling <filename>xmm_quantize_sub.c</filename>. The error
message is: <literal>error: inlining failed in call to always_inline
'_mm_loadu_ps'</literal>. This sed makes it appear as if
<filename>xmmintrin.h</filename> is not present. Do not use this on other
versions of gcc.
</para>
<para>
<parameter>--enable-mp3rtp</parameter>: This switch enables building
the encode-to-RTP program.