Mercurial > audlegacy-plugins
changeset 1094:c177f6e96510 trunk
[svn] - sid: convert to plugin API v2
author | nenolod |
---|---|
date | Thu, 24 May 2007 23:22:37 -0700 |
parents | 6a258916b7e4 |
children | 73c1f177458a |
files | ChangeLog src/sid/xs_init.c |
diffstat | 2 files changed, 11 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Thu May 24 23:21:29 2007 -0700 +++ b/ChangeLog Thu May 24 23:22:37 2007 -0700 @@ -1,3 +1,12 @@ +2007-05-25 06:21:29 +0000 William Pitcock <nenolod@sacredspiral.co.uk> + revision [2352] + - remove dead declarations + + trunk/src/musepack/libmpc.h | 2 -- + trunk/src/wavpack/libwavpack.cxx | 1 - + 2 files changed, 3 deletions(-) + + 2007-05-25 06:19:48 +0000 William Pitcock <nenolod@sacredspiral.co.uk> revision [2350] - flacng: convert to plugin API v2
--- a/src/sid/xs_init.c Thu May 24 23:21:29 2007 -0700 +++ b/src/sid/xs_init.c Thu May 24 23:22:37 2007 -0700 @@ -58,12 +58,6 @@ xs_sid_fmts /* File ext assist */ }; - +InputPlugin *sid_iplist[] = { &xs_plugin_ip, NULL }; -/* - * Return plugin information - */ -InputPlugin *get_iplugin_info(void) -{ - return &xs_plugin_ip; -} +DECLARE_PLUGIN(sid, NULL, NULL, sid_iplist, NULL, NULL, NULL, NULL);