mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
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:
parent
902b0b20b9
commit
46e6e2f52a
@ -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>
|
||||
|
@ -99,7 +99,8 @@
|
||||
running the following commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure &&
|
||||
<screen><userinput>sed -i "/speex_preprocess/i#include <stdint.h>" speex/pcm_speex.c &&
|
||||
./configure &&
|
||||
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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user