Commit Briefs

Omar Polo

s/player_setrate/player_setup

when the function was renamed, the error messages weren't.



Omar Polo

change play_*() so that they return an integer

this will allow to remove the `got_stop' hack in player.c


Omar Polo

drop now unused #include <sndio.h>

with the recent refactoring, sndio is only visible in player.c



Omar Polo

switch from libmad to libmpg123

libmpg123 is more "loud" than libmad, at least for the mp3s that I have around. Is also newer and maintained. I've heard is also faster, but amused is so simple that it doesn't make any difference.