Mercurial > audlegacy
changeset 668:5f46230a24f8 trunk
[svn] ESD output plugin ported to objective make by Kyoshi Aman.
author | chainsaw |
---|---|
date | Thu, 23 Feb 2006 17:03:03 -0800 |
parents | de24b979f80e |
children | fb0b76f1c919 |
files | Plugins/Output/esd/Makefile.am Plugins/Output/esd/mixer.c |
diffstat | 2 files changed, 1 insertions(+), 19 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Output/esd/Makefile.am Thu Feb 23 16:36:31 2006 -0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,18 +0,0 @@ -esdltlibs = libesdout.la -esdsources = esd.c esdout.h \ -mixer.c \ -about.c \ -configure.c \ -audio.c \ -init.c - -EXTRA_DIST = esd.c esdout.h mixer.c about.c configure.c audio.c init.c - -libdir = $(plugindir)/$(OUTPUT_PLUGIN_DIR) -lib_LTLIBRARIES = $(esdltlibs) - -INCLUDES = $(GTK_CFLAGS) $(ESD_CFLAGS) -I$(top_builddir)/intl -I$(top_srcdir) -I$(top_srcdir)/Plugins -libesdout_la_LDFLAGS = $(PLUGIN_LDFLAGS) -libesdout_la_LIBADD = $(GTK_LIBS) $(ESD_LIBS) - -libesdout_la_SOURCES= $(esdsources)
--- a/Plugins/Output/esd/mixer.c Thu Feb 23 16:36:31 2006 -0800 +++ b/Plugins/Output/esd/mixer.c Thu Feb 23 17:03:03 2006 -0800 @@ -35,7 +35,7 @@ #include "esdout.h" #ifdef HAVE_OSS -# include <Output/OSS/soundcard.h> +# include <OSS/soundcard.h> # define OSS_AVAILABLE TRUE #else # define OSS_AVAILABLE FALSE