# HG changeset patch # User William Pitcock # Date 1194277373 21600 # Node ID a0efcdd66861512cb0aa2ad2f9b32b394437d930 # Parent 2f7eff0bc6eb7deded8338c8806e04f647717096# Parent 8a5231ff9c4f59c523311a3585e089c75bafb3eb Automated merge with ssh://hg.atheme.org//hg/audacious-plugins diff -r 8a5231ff9c4f -r a0efcdd66861 src/madplug/plugin.c --- a/src/madplug/plugin.c Sun Nov 04 14:05:16 2007 +0100 +++ b/src/madplug/plugin.c Mon Nov 05 09:42:53 2007 -0600 @@ -819,7 +819,7 @@ return __audmad_get_song_tuple(filename, fd); } -static gchar *fmts[] = { "mp3", "mp2", "mpg", NULL }; +static gchar *fmts[] = { "mp3", "mp2", "mpg", "bmu", NULL }; InputPlugin mad_ip = { .description = "MPEG Audio Plugin",