We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39db06c commit 28c63e5Copy full SHA for 28c63e5
README.md
@@ -22,6 +22,14 @@ Download and install from http://www.mingw.org.
22
## 3. Build libsox
23
1. Open a `MinGW Shell` and standing in this folder run
24
```
25
+autoreconf --install
26
+```
27
+Comment the line in configure that starts with `PKG_CHECK_MODULES`, like this
28
29
+#PKG_CHECK_MODULES(OPUS, opusfile, , using_opus=no)
30
31
+and then run
32
33
./configure --without-magic --without-png --without-ladspa --without-opus --without-mad --without-libltdl --without-coreaudio --without-gsm --without-lpc10 --with-mpg123 --disable-static --enable-shared && make
34
35
2. The result can be found in `src/.libs/libsox-3.dll`.
0 commit comments