# HG changeset patch # User nenolod # Date 1180034215 25200 # Node ID 7a656e49c935ed6a397306d50a8dda3da6d23a42 # Parent beba7968d2da6141408296f390e7afeb7ebc94a0 [svn] - update paranormal visualizer to plugin API v2 diff -r beba7968d2da -r 7a656e49c935 ChangeLog --- a/ChangeLog Thu May 24 12:15:22 2007 -0700 +++ b/ChangeLog Thu May 24 12:16:55 2007 -0700 @@ -1,3 +1,11 @@ +2007-05-24 19:15:22 +0000 William Pitcock + revision [2300] + - update OSS plugin to plugin API v2 + + trunk/src/OSS/OSS.c | 10 +++------- + 1 file changed, 3 insertions(+), 7 deletions(-) + + 2007-05-24 19:12:49 +0000 William Pitcock revision [2298] - convert scrobbler to plugin API v2 diff -r beba7968d2da -r 7a656e49c935 src/paranormal/plugin.c --- a/src/paranormal/plugin.c Thu May 24 12:15:22 2007 -0700 +++ b/src/paranormal/plugin.c Thu May 24 12:16:55 2007 -0700 @@ -62,7 +62,7 @@ { NULL, NULL, - "Paranormal Visualization Studio " VERSION, + "Paranormal Visualization Studio", 2, 2, pn_xmms_init, @@ -76,11 +76,9 @@ pn_xmms_render_freq }; -VisPlugin * -get_vplugin_info (void) -{ - return &pn_vp; -} +VisPlugin *pn_vplist[] = { &pn_vp, NULL }; + +DECLARE_PLUGIN(paranormal, NULL, NULL, NULL, NULL, NULL, NULL, pn_vplist); static void load_pn_rc (void)