Mercurial > audlegacy-plugins
changeset 1105:cd1cb9e3dd68 trunk
[svn] - audiocompress: convert to plugin API v2
author | nenolod |
---|---|
date | Thu, 24 May 2007 23:43:44 -0700 |
parents | c21fa61d32f8 |
children | 8ca72224786a |
files | ChangeLog src/audiocompress/audacious-glue.c |
diffstat | 2 files changed, 11 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Thu May 24 23:41:51 2007 -0700 +++ b/ChangeLog Thu May 24 23:43:44 2007 -0700 @@ -1,3 +1,11 @@ +2007-05-25 06:41:51 +0000 William Pitcock <nenolod@sacredspiral.co.uk> + revision [2374] + - arts: convert to plugin API v2 + + trunk/src/arts/arts.c | 9 ++++----- + 1 file changed, 4 insertions(+), 5 deletions(-) + + 2007-05-25 06:40:51 +0000 William Pitcock <nenolod@sacredspiral.co.uk> revision [2372] - coreaudio: convert to plugin API v2
--- a/src/audiocompress/audacious-glue.c Thu May 24 23:41:51 2007 -0700 +++ b/src/audiocompress/audacious-glue.c Thu May 24 23:43:44 2007 -0700 @@ -55,10 +55,9 @@ NULL }; -EffectPlugin *get_eplugin_info(void) -{ - return &xmms_plugin; -} +EffectPlugin *audiocompress_eplist[] = { &xmms_plugin, NULL }; + +DECLARE_PLUGIN(audiocompress, NULL, NULL, NULL, NULL, audiocompress_eplist, NULL, NULL); void myInit(void) {