Fix alsa-plugins issue when speex-1.2rc2 is installed.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15476 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2015-02-08 20:19:01 +00:00
parent 902b0b20b9
commit 46e6e2f52a
2 changed files with 17 additions and 1 deletions

View File

@ -47,6 +47,11 @@
<listitem>
<para>February 8th, 2015</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Fix alsa-plugins issue when speex-1.2rc2
is installed. Fixes
<ulink url="&blfs-ticket-root;6122">#6122</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to sharutils-4.15. Fixes
<ulink url="&blfs-ticket-root;6127">#6127</ulink>.</para>

View File

@ -99,7 +99,8 @@
running the following commands:
</para>
<screen><userinput>./configure &amp;&amp;
<screen><userinput>sed -i "/speex_preprocess/i#include &lt;stdint.h&gt;" speex/pcm_speex.c &amp;&amp;
./configure &amp;&amp;
make</userinput></screen>
<para>
@ -114,6 +115,16 @@ make</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<command>sed ... speex/pcm_speex.c</command>: Fix a build problem
when speex1.2rc2 is installed.
</para>
</sect2>
<sect2 role="content">
<title>Contents</title>