Skip to content

0.2.2

Latest
Compare
Choose a tag to compare
@SoapGentoo SoapGentoo released this 05 Sep 11:50
· 17 commits to master since this release
0.2.2
c96f5e3
  • Fix CMake overlinking for examples (#146)
  • Switch to GCC's visibility for hiding more implementation details
  • Check GNU ld instead of gcc for exported symbols control logic in configure.ac
  • Disable static builds using Autotools by default. If you want static libraries, pass --enable-static to ./configure
  • ABI version incompatibility between Autotools and CMake build on Apple platforms.
  • Fixes and improvements for CMake build system.
  • Fixes and improvements for Autotools build system.
  • Switch to .xz over .bz2 for release tarballs.
  • Minor bug fixes and updates.

Note for Autotools users: Please note that the "Source code (zip)" or "Source code (tar.gz)" downloads require you to have the autotools toolchain (autoconf, automake and libtool) installed. If you don't want to install it (or don't know what this means), you should probably download the libsamplerate-*.tar.xz asset instead.