1
0
mirror of https://github.com/RPCS3/soundtouch.git synced 2024-09-18 23:42:27 +02:00

dos2unix:ify line endings, source code formatter

This commit is contained in:
Olli 2024-03-29 19:32:39 +02:00
parent 290b0b13e2
commit 63002027de
49 changed files with 10809 additions and 10806 deletions

View File

@ -147,6 +147,9 @@
cmake .
make -j
make install</pre>
<p>To list available build options:</p>
<pre>
cmake -LH</pre>
<p>To compile the additional portable Shared Library / DLL version with the native C-language API:</p>
<pre>
cmake . -DSOUNDTOUCH_DLL=ON