changeset 378:899e285f4be5 trunk

[svn] - extension assist for libconsole
author nenolod
date Wed, 13 Dec 2006 19:45:13 -0800
parents 1767dc8c48d1
children a6f5d3811def
files ChangeLog src/console/Audacious_Driver.cxx
diffstat 2 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Dec 13 17:55:28 2006 -0800
+++ b/ChangeLog	Wed Dec 13 19:45:13 2006 -0800
@@ -1,3 +1,11 @@
+2006-12-14 01:55:28 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [826]
+  - support extension assist for sid files
+  
+  trunk/src/sid/xs_init.c |    7 +++++++
+  1 file changed, 7 insertions(+)
+
+
 2006-12-13 08:39:31 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
   revision [822]
   - ar should pick changes
--- a/src/console/Audacious_Driver.cxx	Wed Dec 13 17:55:28 2006 -0800
+++ b/src/console/Audacious_Driver.cxx	Wed Dec 13 19:45:13 2006 -0800
@@ -453,6 +453,9 @@
 	}
 }
 
+gchar *gme_fmts[] = { "ay", "gbs", "gym", "hes", "kss", "nsf", "nsfe", 
+		      "sap", "spc", "vgm", "vgz", NULL };
+
 InputPlugin console_ip =
 {
 	NULL,
@@ -482,7 +485,8 @@
 	get_song_tuple,
 	NULL,
 	NULL,
-	is_our_file_from_vfs
+	is_our_file_from_vfs,
+	gme_fmts
 };
 
 extern "C" InputPlugin *get_iplugin_info(void)