Missing MAD mp3 installation when trying to compile

Asked by Sidarth Dasari

When I try to compile stepmania, I get this error after doing ./configure

checking for mad_synth_init in -lmad... no
configure: error: A working installation of MAD could not be found, which is
required for MP3 support. If you really want to compile without MP3 support,
pass the "--without-mp3" flag to configure.

What package am I missing? Ive tried to google around for it, but I cant seem to find it.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Jan-Philipp Litza
Solved:
Last query:
Last reply:
Revision history for this message
Best Jan-Philipp Litza (jplitza) said :
#1

libmad0-dev should do the trick I suppose.

Revision history for this message
Sidarth Dasari (sirsid) said :
#2

Thanks Jan-Philipp Litza, that solved my question.