# HG changeset patch # User yaz # Date 1180078935 25200 # Node ID 3604b510fe852b7e2e8f770a154ebf58f855125f # Parent d490d566a4319b7be9d5486eecc2a2ffd9b8c20c [svn] - build fix. diff -r d490d566a431 -r 3604b510fe85 ChangeLog --- a/ChangeLog Thu May 24 23:50:52 2007 -0700 +++ b/ChangeLog Fri May 25 00:42:15 2007 -0700 @@ -1,3 +1,11 @@ +2007-05-25 06:50:52 +0000 William Pitcock + revision [2384] + - voice_removal: convert to plugin API v2 + + trunk/src/voice_removal/voice_removal.c | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + + 2007-05-25 06:47:20 +0000 William Pitcock revision [2382] - stereo: convert to plugin API v2 diff -r d490d566a431 -r 3604b510fe85 src/ladspa/ladspa.c --- a/src/ladspa/ladspa.c Thu May 24 23:50:52 2007 -0700 +++ b/src/ladspa/ladspa.c Fri May 25 00:42:15 2007 -0700 @@ -115,7 +115,7 @@ static GtkWidget *config_window = NULL, *run_clist = NULL; -static EffectPlugin xmms_plugin = { +static EffectPlugin ladspa_ep = { NULL, NULL, PLUGIN_NAME, start,