From 9c90722ee7b557b87346085dfbb5bdd793c3ca1c Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 22 Apr 2020 15:17:38 -0700 Subject: [PATCH] Sync dr_mp3 with upstream (v0.6.5) --- src/libs/decoders/dr_mp3.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/libs/decoders/dr_mp3.h b/src/libs/decoders/dr_mp3.h index d67117e2..8af78afd 100644 --- a/src/libs/decoders/dr_mp3.h +++ b/src/libs/decoders/dr_mp3.h @@ -1,6 +1,6 @@ /* MP3 audio decoder. Choice of public domain or MIT-0. See license statements at the end of this file. -dr_mp3 - v0.6.4 - 2020-04-19 +dr_mp3 - v0.6.5 - 2020-04-23 David Reid - mackron@gmail.com @@ -4360,6 +4360,9 @@ counts rather than sample counts. /* REVISION HISTORY ================ +v0.6.5 - 2020-04-19 + - Fix compilation error on ARM builds. + v0.6.4 - 2020-04-19 - Bring up to date with changes to minimp3.