# HG changeset patch # User nenolod # Date 1158571716 25200 # Node ID 248c90003c843c4002196328f21636f5d3840e70 # Parent 7cac35581bd03619600aec26c63c4016a2e2e2c5 [svn] - make ladspa build diff -r 7cac35581bd0 -r 248c90003c84 ChangeLog --- a/ChangeLog Mon Sep 18 02:28:00 2006 -0700 +++ b/ChangeLog Mon Sep 18 02:28:36 2006 -0700 @@ -1,3 +1,17 @@ +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) + - make ESD build + + + Changes: Modified: + +2 -0 trunk/configure.ac + +1 -1 trunk/src/Output/esd/about.c + +0 -2 trunk/src/Output/esd/audio.c + +1 -1 trunk/src/Output/esd/configure.c + +1 -1 trunk/src/Output/esd/init.c + + 2006-09-18 09:22:03 +0000 William Pitcock revision [10] - SDK pathchange fixes diff -r 7cac35581bd0 -r 248c90003c84 src/Effect/ladspa/ladspa.c --- a/src/Effect/ladspa/ladspa.c Mon Sep 18 02:28:00 2006 -0700 +++ b/src/Effect/ladspa/ladspa.c Mon Sep 18 02:28:36 2006 -0700 @@ -28,7 +28,7 @@ #include #include -#include +#include #include "../../../config.h" #include "ladspa.h"