changeset 1110:3604b510fe85 trunk

[svn] - build fix.
author yaz
date Fri, 25 May 2007 00:42:15 -0700
parents d490d566a431
children c1e1c894fa0b
files ChangeLog src/ladspa/ladspa.c
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <nenolod@sacredspiral.co.uk>
+  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 <nenolod@sacredspiral.co.uk>
   revision [2382]
   - stereo: convert to plugin API v2
--- 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,