Mercurial > audlegacy-plugins
changeset 1140:054fa57ecfb1 trunk
[svn] - rovascope: convert to plugin2 architecture.
author | nenolod |
---|---|
date | Mon, 28 May 2007 02:57:42 -0700 |
parents | 038298d9fbe3 |
children | 782f22f642d8 |
files | ChangeLog src/rovascope/plugin.c |
diffstat | 2 files changed, 11 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon May 28 02:56:10 2007 -0700 +++ b/ChangeLog Mon May 28 02:57:42 2007 -0700 @@ -1,3 +1,11 @@ +2007-05-28 09:56:10 +0000 William Pitcock <nenolod@sacredspiral.co.uk> + revision [2444] + - projectm: convert to plugin2 architecture. now SVN users have milkdrop back. + + trunk/src/projectm/main.c | 8 +++----- + 1 file changed, 3 insertions(+), 5 deletions(-) + + 2007-05-28 00:11:58 +0000 Giacomo Lozito <james@develia.org> revision [2442] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
--- a/src/rovascope/plugin.c Mon May 28 02:56:10 2007 -0700 +++ b/src/rovascope/plugin.c Mon May 28 02:57:42 2007 -0700 @@ -76,11 +76,9 @@ pn_xmms_render_freq }; -VisPlugin * -get_vplugin_info (void) -{ - return &pn_vp; -} +VisPlugin *rovascope_vplist[] = { &pn_vp, NULL }; + +DECLARE_PLUGIN(rovascope, NULL, NULL, NULL, NULL, NULL, NULL, rovascope_vplist); static void load_pn_rc (void)