mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
soundtouch: remove dependency to OpenMP since it is provided by GCC
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21628 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
4ef9eb3bce
commit
a08abce706
@ -71,13 +71,6 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">SoundTouch Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<ulink url="http://www.openmp.org/">OpenMP</ulink>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">
|
||||
User Notes: <ulink url="&blfs-wiki;/soundtouch"/>
|
||||
</para>
|
||||
@ -121,8 +114,8 @@ make</userinput></screen>
|
||||
|
||||
<para>
|
||||
<option>--enable-openmp</option>: This switch adds support for running
|
||||
the algorithms in parallel across several systems using the external
|
||||
OpenMP libraries.
|
||||
the algorithms in parallel across several processor cores using OpenMP
|
||||
implementation provided by GCC.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
Loading…
Reference in New Issue
Block a user