mirror of
https://github.com/azahar-emu/soundtouch
synced 2025-11-15 11:30:02 +01:00
Updated DLL compilation in GNU
This commit is contained in:
parent
0377769322
commit
fbc2ace440
15
README.html
15
README.html
@ -133,6 +133,17 @@ directly and remove the following definition:<blockquote>
|
|||||||
<pre>#define SOUNDTOUCH_ALLOW_X86_OPTIMIZATIONS 1</pre>
|
<pre>#define SOUNDTOUCH_ALLOW_X86_OPTIMIZATIONS 1</pre>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
<h4><b>2.2.3 Compiling Shared Library / DLL version</b></h4>
|
||||||
|
<p>
|
||||||
|
The GNU compilation does not automatically create a shared-library version of
|
||||||
|
SoundTouch (.so or .dll). If such is desired, then you can create it as follows
|
||||||
|
after running the usual compilation:</p>
|
||||||
|
<blockquote>
|
||||||
|
<pre>g++ -shared -static -DDLL_EXPORTS -I../../include -o SoundTouch.dll \
|
||||||
|
SoundTouchDLL.cpp ../SoundTouch/.libs/libSoundTouch.a
|
||||||
|
strip SoundTouch.dll</pre>
|
||||||
|
</blockquote>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<h2>3. About implementation & Usage tips</h2>
|
<h2>3. About implementation & Usage tips</h2>
|
||||||
<h3>3.1. Supported sample data formats</h3>
|
<h3>3.1. Supported sample data formats</h3>
|
||||||
@ -710,9 +721,11 @@ submitted bugfixes since SoundTouch v1.3.1: </p>
|
|||||||
<li> David Clark</li>
|
<li> David Clark</li>
|
||||||
<li> Patrick Colis </li>
|
<li> Patrick Colis </li>
|
||||||
<li> Miquel Colon </li>
|
<li> Miquel Colon </li>
|
||||||
|
<li> Sandro Cumerlato</li>
|
||||||
<li> Justin Frankel </li>
|
<li> Justin Frankel </li>
|
||||||
<li> Jason Garland </li>
|
<li> Jason Garland </li>
|
||||||
<li> Takashi Iwai </li>
|
<li> Takashi Iwai </li>
|
||||||
|
<li> Mathias Möhl</li>
|
||||||
<li> Yuval Naveh </li>
|
<li> Yuval Naveh </li>
|
||||||
<li> Paulo Pizarro </li>
|
<li> Paulo Pizarro </li>
|
||||||
<li> Blaise Potard</li>
|
<li> Blaise Potard</li>
|
||||||
@ -739,5 +752,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA</p>
|
|||||||
<hr><!--
|
<hr><!--
|
||||||
$Id$
|
$Id$
|
||||||
-->
|
-->
|
||||||
|
<p>
|
||||||
|
<i>README.html file updated on 29-Sep-2012</i></p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user