changeset 616:efe254078fbc trunk

[svn] Convert OSS & ALSA output plugins.
author chainsaw
date Sun, 05 Feb 2006 07:14:24 -0800
parents b2378031a53e
children d66065066760
files Plugins/Output/Makefile.am Plugins/Output/OSS/Makefile.am Plugins/Output/alsa/Makefile.am
diffstat 3 files changed, 0 insertions(+), 63 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Output/Makefile.am	Sat Feb 04 17:29:52 2006 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-ALL_PLUGINS = crossfade OSS jack esd alsa disk_writer
-SUBDIRS = $(OUTPUT_PLUGINS)
--- a/Plugins/Output/OSS/Makefile.am	Sat Feb 04 17:29:52 2006 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-osssources = OSS.c OSS.h \
-mixer.c \
-about.c \
-configure.c \
-audio.c \
-init.c \
-convert.c \
-soundcard.h
-
-if HAVE_OSS
-
-ossltlibs = libOSS.la
-ossbuildsources = $(osssources)
-
-
-else
-
-ossltlibs =
-ossbuildsources =
-
-endif
-
-EXTRA_DIST = $(osssources)
-
-lib_LTLIBRARIES = $(ossltlibs)
-
-libdir = $(plugindir)/$(OUTPUT_PLUGIN_DIR)
-
-libOSS_la_LDFLAGS = @PLUGIN_LDFLAGS@
-libOSS_la_LIBADD = @GTK_LIBS@
-libOSS_la_SOURCES= $(ossbuildsources)
-INCLUDES = $(GTK_CFLAGS) -I$(top_builddir)/intl -I$(top_srcdir)
--- a/Plugins/Output/alsa/Makefile.am	Sat Feb 04 17:29:52 2006 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-alsasources = \
-alsa.c alsa.h \
-about.c \
-audio.c \
-configure.c \
-init.c
-
-if HAVE_ALSA
-
-alsaltlibs = libALSA.la
-alsabuildsources = $(alsasources)
-
-else
-
-alsaltlibs =
-alsabuildsources = 
-
-endif
-
-EXTRA_DIST = $(alsasources)
-
-lib_LTLIBRARIES = $(alsaltlibs)
-
-libdir = $(plugindir)/$(OUTPUT_PLUGIN_DIR)
-
-libALSA_la_LDFLAGS = @PLUGIN_LDFLAGS@
-libALSA_la_LIBADD = @GTK_LIBS@ @ALSA_LIBS@
-libALSA_la_SOURCES= $(alsabuildsources)
-INCLUDES = $(GTK_CFLAGS) $(ALSA_CFLAGS) -I$(top_builddir)/intl -I$(top_srcdir)