Commit 3c168caa authored by David Reid's avatar David Reid

v0.6c

parent 5dc78518
// Audio playback and capture library. Public domain. See "unlicense" statement at the end of this file. // Audio playback and capture library. Public domain. See "unlicense" statement at the end of this file.
// mini_al - v0.6b - 2018-02-03 // mini_al - v0.6c - 2018-02-12
// //
// David Reid - davidreidsoftware@gmail.com // David Reid - davidreidsoftware@gmail.com
...@@ -11505,6 +11505,9 @@ void mal_pcm_f32_to_s32(int* pOut, const float* pIn, unsigned int count) ...@@ -11505,6 +11505,9 @@ void mal_pcm_f32_to_s32(int* pOut, const float* pIn, unsigned int count)
// REVISION HISTORY // REVISION HISTORY
// ================ // ================
// //
// v0.6c - 2018-02-12
// - Fix build errors with BSD/OSS.
//
// v0.6b - 2018-02-03 // v0.6b - 2018-02-03
// - Fix some warnings when compiling with Visual C++. // - Fix some warnings when compiling with Visual C++.
// //
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment