# HG changeset patch # User nenolod # Date 1158571820 25200 # Node ID 1a34353aeca5e0f3eaa39be8481b76eafc31005a # Parent 248c90003c843c4002196328f21636f5d3840e70 [svn] - make effect plugins build diff -r 248c90003c84 -r 1a34353aeca5 ChangeLog --- a/ChangeLog Mon Sep 18 02:28:36 2006 -0700 +++ b/ChangeLog Mon Sep 18 02:30:20 2006 -0700 @@ -1,3 +1,12 @@ +2006-09-18 09:28:36 +0000 William Pitcock + revision [14] + - make ladspa build + + + Changes: Modified: + +1 -1 trunk/src/Effect/ladspa/ladspa.c + + 2006-09-18 09:28:00 +0000 William Pitcock revision [12] - only check for -lossaudio if have_oss is true (otherwise libESD is broken on many platforms) diff -r 248c90003c84 -r 1a34353aeca5 src/Effect/stereo_plugin/stereo.c --- a/src/Effect/stereo_plugin/stereo.c Mon Sep 18 02:28:36 2006 -0700 +++ b/src/Effect/stereo_plugin/stereo.c Mon Sep 18 02:30:20 2006 -0700 @@ -3,7 +3,7 @@ #include "audacious/util.h" #include -#include +#include #include "../../../config.h" diff -r 248c90003c84 -r 1a34353aeca5 src/Effect/voice_removal/voice_removal.c --- a/src/Effect/voice_removal/voice_removal.c Mon Sep 18 02:28:36 2006 -0700 +++ b/src/Effect/voice_removal/voice_removal.c Mon Sep 18 02:30:20 2006 -0700 @@ -23,7 +23,6 @@ #include #include -#include #include "../../../config.h"