SDL_mixer: MP3_MUSIC not defined by configure

While trying to get mp3 music to play with an application I notice that the -DMP3_MUSIC parameter is not being set by configure.

SDL_mixer-1.2.0–
Get your free email at
http://freemail.shooters.com/

While trying to get mp3 music to play with an application I notice that the -DMP3_MUSIC parameter is not being set by configure.

SDL_mixer uses SMPEG to do the MP3 decoding, so you have to have that
installed. You can get it from Loki:
http://www.lokigames.com/development/smpeg.php3
(if I remember correctly)

-Sam Lantinga, Software Engineer, Blizzard Entertainment