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:
Xi Ruoyao 2019-05-27 09:38:24 +00:00
parent 4ef9eb3bce
commit a08abce706

View File

@ -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>