Comment 4 for bug 587632

Revision history for this message
sam tygier (samtygier) wrote :

i was hearing very nasty sound for MP3s in mpd on beagleboard. recompiling libmad0_0.15.1b-4ubuntu1 with -marm has solved this.

my steps were:
sudo apt-get build-dep libmad
sudo apt-get install devscripts
apt-get source libmad
vim libmad-0.15.1b/debian/rule # (and add the line "CFLAGS +=-marm" some where near the top)
cd libmad-0.15.1b/
debuild -us -uc
cd ..
sudo dpkg -i libmad0_0.15.1b-4ubuntu1_armel.deb

restart mpd and sound is fixed.