We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 1066

Summary: fix for incorrect define for MOD_MUSIC
Product: SDL_mixer Reporter: Andrey <afletdinov>
Component: miscAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: unspecified   
Hardware: Other   
OS: All   

Description Andrey 2010-10-20 20:39:05 UTC
latest version from HG.

see small patch:

--- a/music.c   Sat Jun 26 08:01:15 2010 -0700
+++ b/music.c   Thu Oct 21 12:36:15 2010 +0900
@@ -1397,7 +1397,7 @@
 #endif
        } else
 #endif
-#if defined(MODPLUG_MUSIC) || defined(MODPLUG_MUSIC)
+#if defined(MODPLUG_MUSIC) || defined(MOD_MUSIC)
        if (1) {
                music->error = 1;
 #ifdef MODPLUG_MUSIC
Comment 1 Sam Lantinga 2011-02-17 13:35:44 UTC
This change is in, thanks!
http://hg.libsdl.org/SDL_mixer/rev/7a95f36a8bbf