Version 0.10.10

This commit is contained in:
David Reid
2020-06-26 06:50:34 +10:00
parent 1dc176df2b
commit 516a24549a
+2 -2
View File
@@ -1,6 +1,6 @@
/* /*
Audio playback and capture library. Choice of public domain or MIT-0. See license statements at the end of this file. Audio playback and capture library. Choice of public domain or MIT-0. See license statements at the end of this file.
miniaudio - v0.10.10 - TBD miniaudio - v0.10.10 - 26-06-2020
David Reid - davidreidsoftware@gmail.com David Reid - davidreidsoftware@gmail.com
@@ -61792,7 +61792,7 @@ The following miscellaneous changes have also been made.
/* /*
REVISION HISTORY REVISION HISTORY
================ ================
v0.10.10 - TBD v0.10.10 - 26-06-2020
- Add include guard for the implementation section. - Add include guard for the implementation section.
- Mark ma_device_sink_info_callback() as static. - Mark ma_device_sink_info_callback() as static.
- Fix compilation errors with MA_NO_DECODING and MA_NO_ENCODING. - Fix compilation errors with MA_NO_DECODING and MA_NO_ENCODING.