Fix Windows buildbot for MP3_MAD/MODPLUG define (the header we use is 2.0.2)

(cherry picked from commit 89a26f28bd)
This commit is contained in:
mazmazz 2018-09-14 17:47:04 -04:00
parent aac7857d16
commit b6894de26a

View file

@ -35,7 +35,7 @@
#endif
// thanks alam for making the buildbots happy!
#if SDL_MIXER_VERSION_ATLEAST(2,0,3)
#if SDL_MIXER_VERSION_ATLEAST(2,0,2)
#define MUS_MP3_MAD MUS_MP3_MAD_UNUSED
#define MUS_MODPLUG MUS_MODPLUG_UNUSED
#endif