Skip to content
Snippets Groups Projects
Commit 9a5eb024 authored by Marco Z's avatar Marco Z
Browse files

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

parent 17ec5d80
No related branches found
No related tags found
2 merge requests!488Merge in next and don't billboard papersprites in GL,!278Music Code Cleanup
...@@ -35,7 +35,7 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment