View previous topic :: View next topic |
Author |
Message |
ChaoticXSinZ
Joined: 30 Nov 2009 Posts: 4
|
Posted: Mon Nov 30, 2009 7:14 am Post subject: [PSP] SDL_Mixer |
|
|
If SDL_Mixer is compiled with support for libmikmod there are multiple declaration errors due to a small bug in music.c line 1156.
It should say ifndef instead of ifdef. |
|
Back to top |
|
|
jimparis
Joined: 10 Jun 2005 Posts: 1179 Location: Boston
|
Posted: Thu Dec 03, 2009 4:36 am Post subject: |
|
|
I think the code is correct as-is. The Player_SetSynchroValue and Player_GetSynchroValue functions aren't in the current svn version of libmikmod, so if you're building against external mikmod libraries, then these definitions are needed.
Maybe you were trying to build against both the external and the internal mikmod? Ie. giving both --enable-music-libmikmod and --enable-music-mod to configure could cause that problem. |
|
Back to top |
|
|
|