Mercurial > audlegacy-plugins
changeset 7:248c90003c84 trunk
[svn] - make ladspa build
author | nenolod |
---|---|
date | Mon, 18 Sep 2006 02:28:36 -0700 |
parents | 7cac35581bd0 |
children | 1a34353aeca5 |
files | ChangeLog src/Effect/ladspa/ladspa.c |
diffstat | 2 files changed, 15 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <nenolod@nenolod.net> + 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 <nenolod@nenolod.net> revision [10] - SDK pathchange fixes
--- 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 <gtk/gtk.h> #include <audacious/plugin.h> -#include <libaudacious/configdb.h> +#include <audacious/configdb.h> #include "../../../config.h" #include "ladspa.h"