changeset 2154:a0efcdd66861

Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author William Pitcock <nenolod@atheme.org>
date Mon, 05 Nov 2007 09:42:53 -0600
parents 2f7eff0bc6eb (diff) 8a5231ff9c4f (current diff)
children 882ab6368d8e
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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",