From b2782d27f022523f05c666fc97ccbeb109f01894 Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 24 Jun 2020 20:05:01 +1000 Subject: [PATCH] Add a clarifying note to the revision history. --- miniaudio.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/miniaudio.h b/miniaudio.h index 87181aaa..7235354c 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -61771,6 +61771,8 @@ v0.10.9 - TBD - MA_NO_WAV - MA_NO_FLAC - MA_NO_MP3 + If you get errors about multiple definitions you need to either enable the options above, move the implementation of dr_wav, dr_flac and/or dr_mp3 to before + the implementation of miniaudio, or update dr_wav, dr_flac and/or dr_mp3. - Changes to the internal atomics library. This has been replaced with c89atomic.h which is embedded within this file. - Fix a bug when a decoding backend reports configurations outside the limits of miniaudio's decoder abstraction. - Fix the UWP build.