mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Fix Windows buildbot for MP3_MAD/MODPLUG define (the header we use is 2.0.2)
This commit is contained in:
parent
ead04aeeeb
commit
89a26f28bd
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// thanks alam for making the buildbots happy!
|
// 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_MP3_MAD MUS_MP3_MAD_UNUSED
|
||||||
#define MUS_MODPLUG MUS_MODPLUG_UNUSED
|
#define MUS_MODPLUG MUS_MODPLUG_UNUSED
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue