From 1e18d68fd5c855bedd0f903faa28aaef2f8ff49a Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 18 Nov 2017 11:51:07 +1000 Subject: [PATCH] Update log. --- mini_al.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mini_al.h b/mini_al.h index d9b89ba0..98e68c1b 100644 --- a/mini_al.h +++ b/mini_al.h @@ -10623,6 +10623,7 @@ void mal_pcm_f32_to_s32(int* pOut, const float* pIn, unsigned int count) // - Simplify the build system further for when development packages for various backends are not installed. // With this change, when the compiler supports __has_include, backends without the relevant development // packages installed will be ignored. This fixes the build for old versions of MinGW. +// - Fixes to the Android build. // - Add mal_convert_frames(). This is a high-level helper API for performing a one-time, bulk conversion of // audio data to a different format. // - Improvements to f32 -> u8/s16/s24/s32 conversion routines.