summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-01-05Move libsndfile and opus depends to makedependsMike Swanson
Indeed, the libsamplerate*.dll file doesn't import any symbols from these, hence no runtime dependency.
2021-10-27Update to 0.2.2, include static library alsoMike Swanson
Thanks to @Vaporeon for the static library suggestion; it does require building the library four times over (once for shared, once for static; repeat between i686 and x86_64), but the library’s small enough at least to not matter much.
2021-07-17Update to 0.2.1Mike Swanson
Use cmake (ugh) instead of autotools: project has defunct autotools files and prefers cmake now.
2017-02-23Stop using sha1, use sha256Mike Swanson
2017-01-22Version 0.1.9Mike Swanson