Fix warning in win32-glob when compiled with GCC.
Fix some warnings in win32-ltdl.c when compiled under GCC.
Use internal win3 ltdl on mingw since its there.
Define _countof for platforms where not already defined (i.e. MinGW).
Don't use signal.h's kill() name to work around cygwin compiler bugs.
Enable glob support on mingw build.
64-bit file support in MinGW builds for windows.
Add win32 AMR notes. Add support for cygwin version of AMR DLL's.
remote -static and use gcc. Add cygwin32 to ZIP filename.
cygwin 1.7's gcc-4 doesn't support -static option currently.
add note on how to get flac working on os x.
Minor doc updates.
Move all AM_CONDITIONAL()'s to before call to AC_CONFIG_FILES().
Fix MinGW warning for unused parameter.
Fix warnings in MinGW build.
Fix warnings from MS Visual Studio build.
Apply changes suggested in tracker patch 2909975 to fix effect flags for fade, remix, silence, and speed effects.
Allow the waveaudio device to support "8-bit" playback. Mainly so you can hear what the result will sound like if you were to encode to an 8-bit format.
Use conio.h for interactive console with MinGW. Adds HAVE_CONIO_H config setting, enabled by default for MSVC and MinGW.
Enable cygwin TEMP work around on mingw as well.
Revert use of fseeko64 on mingw for now since its buggy.
Fix disabling amr support.
Clean up some warnings.
Use off64_t when using fseeko64.
- Removed .so files that are now included in "libsox.so".
Update configure to not require amr package to be installed if
Make AMR formats be able to dlopen either 3GPP or OpenCore shared library.
Detect fseeko replacement on mingw.
When mingw supports openmp, need to distribute some extra libraries.
Split source files into separate folders to make them easier to find. Change SoX project settings so that it reports OMP support if present during the build process.
Add missing flags to usage string.
The MSVC build of LibSndFile isn't officially supported or tested, so I'm a bit
Add -lpthreads to -lgomp on platforms known to need it.
Strip binary before packaging.
Update "tempo" effect documentation. Also fix some punctuation inconsistencies in other parts of the man page.
Add missing --enable-dl-amrnb option.
Update with latest instructions for cygwin and mingw+fedora build.
Look for libpng12 as backup to libpng since some people may not package
automate building mingw version of sox under unix with cross compiler.
Force gcc-4 again.
Removing unused optional-fmts.in file.
Support file extensions to allow testing mingw cross compiles+wine.
Remove redundant typedef from msvc9 soxconfig.h file.
Fix wavpack support for MSVC9 project.
Update documentation regarding VC9 build.
Get rid of all references to amr1.h and amr2.h this time.
Remove now unneeded headers from distribution.
Add info about the msvc9 build project.
MSVC9 build solution for SoX and supplemental libraries. Requires the sources for the supplemental libraries to be extracted next to the SoX sources.