summaryrefslogtreecommitdiffstats
path: root/akode/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'akode/plugins')
-rw-r--r--akode/plugins/Makefile.am43
-rw-r--r--akode/plugins/alsa_sink/Makefile.am7
-rw-r--r--akode/plugins/ffmpeg_decoder/Makefile.am8
-rw-r--r--akode/plugins/jack_sink/Makefile.am7
-rw-r--r--akode/plugins/mpc_decoder/Makefile.am8
-rw-r--r--akode/plugins/mpc_decoder/mppdec/Makefile.am7
-rw-r--r--akode/plugins/mpeg_decoder/Makefile.am8
-rw-r--r--akode/plugins/oss_sink/Makefile.am7
-rw-r--r--akode/plugins/pulse_sink/Makefile.am7
-rw-r--r--akode/plugins/src_resampler/Makefile.am7
-rw-r--r--akode/plugins/sun_sink/Makefile.am7
-rw-r--r--akode/plugins/xiph_decoder/Makefile.am8
12 files changed, 0 insertions, 124 deletions
diff --git a/akode/plugins/Makefile.am b/akode/plugins/Makefile.am
deleted file mode 100644
index 4a13c85..0000000
--- a/akode/plugins/Makefile.am
+++ /dev/null
@@ -1,43 +0,0 @@
-AKODE_MPC_DECODER=mpc_decoder
-
-if include_xiph_decoder
-AKODE_XIPH_DECODER=xiph_decoder
-endif
-
-if include_mpeg_decoder
-AKODE_MPEG_DECODER=mpeg_decoder
-endif
-
-if include_ffmpeg_decoder
-AKODE_FFMPEG_DECODER=ffmpeg_decoder
-endif
-
-if include_src_resampler
-AKODE_SRC_RESAMPLER=src_resampler
-endif
-
-if include_alsa_sink
-AKODE_ALSA_SINK=alsa_sink
-endif
-
-if include_oss_sink
-AKODE_OSS_SINK=oss_sink
-endif
-
-if include_sun_sink
-AKODE_SUN_SINK=sun_sink
-endif
-
-if include_jack_sink
-AKODE_JACK_SINK=jack_sink
-endif
-
-if include_pulse_sink
-AKODE_PULSE_SINK=pulse_sink
-endif
-
-SUBDIRS= $(AKODE_MPC_DECODER) $(AKODE_XIPH_DECODER) \
- $(AKODE_MPEG_DECODER) $(AKODE_FFMPEG_DECODER) \
- $(AKODE_ALSA_SINK) $(AKODE_OSS_SINK) $(AKODE_SUN_SINK) \
- $(AKODE_JACK_SINK) $(AKODE_PULSE_SINK) \
- $(AKODE_SRC_RESAMPLER)
diff --git a/akode/plugins/alsa_sink/Makefile.am b/akode/plugins/alsa_sink/Makefile.am
deleted file mode 100644
index e1254f1..0000000
--- a/akode/plugins/alsa_sink/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-INCLUDES = -I$(top_srcdir)/akode/lib -I$(top_builddir)/akode/lib $(all_includes)
-
-lib_LTLIBRARIES = libakode_alsa_sink.la
-
-libakode_alsa_sink_la_SOURCES = alsa_sink.cpp
-libakode_alsa_sink_la_LDFLAGS = -module -avoid-version -no-undefined
-libakode_alsa_sink_la_LIBADD = ../../lib/libakode.la $(ALSA_LIBS)
diff --git a/akode/plugins/ffmpeg_decoder/Makefile.am b/akode/plugins/ffmpeg_decoder/Makefile.am
deleted file mode 100644
index 05021b8..0000000
--- a/akode/plugins/ffmpeg_decoder/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-INCLUDES = -I$(top_srcdir)/akode/lib -I$(top_builddir)/akode/lib $(AVCODEC_CFLAGS) $(AVFORMAT_CFLAGS) $(all_includes)
-
-lib_LTLIBRARIES = libakode_ffmpeg_decoder.la
-
-libakode_ffmpeg_decoder_la_SOURCES = ffmpeg_decoder.cpp
-
-libakode_ffmpeg_decoder_la_LDFLAGS = -avoid-version -no-undefined $(AVCODEC_LDFLAGS) $(AVFORMAT_LDFLAGS)
-libakode_ffmpeg_decoder_la_LIBADD = ../../lib/libakode.la $(AVCODEC_LIBADD) $(AVFORMAT_LIBADD)
diff --git a/akode/plugins/jack_sink/Makefile.am b/akode/plugins/jack_sink/Makefile.am
deleted file mode 100644
index 967caea..0000000
--- a/akode/plugins/jack_sink/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-INCLUDES = -I$(top_srcdir)/akode/lib -I$(top_builddir)/akode/lib $(JACK_CFLAGS) $(all_includes)
-
-lib_LTLIBRARIES = libakode_jack_sink.la
-
-libakode_jack_sink_la_SOURCES = jack_sink.cpp
-libakode_jack_sink_la_LDFLAGS = -module -avoid-version -no-undefined $(JACK_LDFLAGS)
-libakode_jack_sink_la_LIBADD = ../../lib/libakode.la $(JACK_LIBADD)
diff --git a/akode/plugins/mpc_decoder/Makefile.am b/akode/plugins/mpc_decoder/Makefile.am
deleted file mode 100644
index ad7546e..0000000
--- a/akode/plugins/mpc_decoder/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-SUBDIRS = mppdec .
-INCLUDES = -I$(top_srcdir)/akode/lib -I$(top_builddir)/akode/lib -I$(srcdir)/mppdec $(all_includes)
-
-lib_LTLIBRARIES = libakode_mpc_decoder.la
-
-libakode_mpc_decoder_la_SOURCES = mpc_decoder.cpp
-libakode_mpc_decoder_la_LDFLAGS = -module -avoid-version -no-undefined
-libakode_mpc_decoder_la_LIBADD = ../../lib/libakode.la mppdec/libakode_mppdec.la
diff --git a/akode/plugins/mpc_decoder/mppdec/Makefile.am b/akode/plugins/mpc_decoder/mppdec/Makefile.am
deleted file mode 100644
index 5f6f22a..0000000
--- a/akode/plugins/mpc_decoder/mppdec/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-INCLUDES = -I$(top_srcdir)/akode/lib $(all_includes)
-noinst_LTLIBRARIES = libakode_mppdec.la
-
-libakode_mppdec_la_SOURCES = bitstream.cpp huffsv46.cpp huffsv7.cpp idtag.cpp mpc_dec.cpp requant.cpp streaminfo.cpp synth_filter.cpp
-
-# workaround
-KDE_OPTIONS = nofinal
diff --git a/akode/plugins/mpeg_decoder/Makefile.am b/akode/plugins/mpeg_decoder/Makefile.am
deleted file mode 100644
index ae5c2dc..0000000
--- a/akode/plugins/mpeg_decoder/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-INCLUDES = -I$(top_srcdir)/akode/lib -I$(top_builddir)/akode/lib $(USER_INCLUDES) $(all_includes)
-
-lib_LTLIBRARIES = libakode_mpeg_decoder.la
-
-libakode_mpeg_decoder_la_SOURCES = mpeg_decoder.cpp
-
-libakode_mpeg_decoder_la_LDFLAGS = -avoid-version -no-undefined $(USER_LDFLAGS)
-libakode_mpeg_decoder_la_LIBADD = ../../lib/libakode.la $(MADLIBS)
diff --git a/akode/plugins/oss_sink/Makefile.am b/akode/plugins/oss_sink/Makefile.am
deleted file mode 100644
index c088c75..0000000
--- a/akode/plugins/oss_sink/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-INCLUDES = -I$(top_srcdir)/akode/lib -I$(top_builddir)/akode/lib $(all_includes)
-
-lib_LTLIBRARIES = libakode_oss_sink.la
-
-libakode_oss_sink_la_SOURCES = oss_sink.cpp
-libakode_oss_sink_la_LDFLAGS = -module -avoid-version -no-undefined
-libakode_oss_sink_la_LIBADD = ../../lib/libakode.la $(LIBOSSAUDIO)
diff --git a/akode/plugins/pulse_sink/Makefile.am b/akode/plugins/pulse_sink/Makefile.am
deleted file mode 100644
index 9f38245..0000000
--- a/akode/plugins/pulse_sink/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-INCLUDES = -I$(top_srcdir)/akode/lib -I$(top_builddir)/akode/lib $(PULSE_CFLAGS) $(all_includes)
-
-lib_LTLIBRARIES = libakode_pulse_sink.la
-
-libakode_pulse_sink_la_SOURCES = pulse_sink.cpp
-libakode_pulse_sink_la_LDFLAGS = -module -avoid-version -no-undefined $(PULSE_LDFLAGS)
-libakode_pulse_sink_la_LIBADD = ../../lib/libakode.la $(PULSE_LIBADD)
diff --git a/akode/plugins/src_resampler/Makefile.am b/akode/plugins/src_resampler/Makefile.am
deleted file mode 100644
index f643a48..0000000
--- a/akode/plugins/src_resampler/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-INCLUDES = -I$(top_srcdir)/akode/lib -I$(top_builddir)/akode/lib -I$(srcdir)/mppdec $(all_includes)
-
-lib_LTLIBRARIES = libakode_src_resampler.la
-
-libakode_src_resampler_la_SOURCES = src_resampler.cpp
-libakode_src_resampler_la_LDFLAGS = -module -avoid-version -no-undefined
-libakode_src_resampler_la_LIBADD = ../../lib/libakode.la $(LIBSAMPLERATE)
diff --git a/akode/plugins/sun_sink/Makefile.am b/akode/plugins/sun_sink/Makefile.am
deleted file mode 100644
index 64806dd..0000000
--- a/akode/plugins/sun_sink/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-INCLUDES = -I$(top_srcdir)/akode/lib -I$(top_builddir)/akode/lib $(all_includes)
-
-lib_LTLIBRARIES = libakode_sun_sink.la
-
-libakode_sun_sink_la_SOURCES = sun_sink.cpp
-libakode_sun_sink_la_LDFLAGS = -module -avoid-version -no-undefined
-libakode_sun_sink_la_LIBADD = ../../lib/libakode.la $(LIBSUNAUDIO)
diff --git a/akode/plugins/xiph_decoder/Makefile.am b/akode/plugins/xiph_decoder/Makefile.am
deleted file mode 100644
index 367760e..0000000
--- a/akode/plugins/xiph_decoder/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-INCLUDES = -I$(top_srcdir)/akode/lib -I$(top_builddir)/akode/lib $(USER_INCLUDES) $(all_includes)
-
-lib_LTLIBRARIES = libakode_xiph_decoder.la
-
-libakode_xiph_decoder_la_SOURCES = flac_decoder.cpp flac113_decoder.cpp speex_decoder.cpp vorbis_decoder.cpp xiph_decoder.cpp
-
-libakode_xiph_decoder_la_LDFLAGS = -module -avoid-version -no-undefined $(USER_LDFLAGS)
-libakode_xiph_decoder_la_LIBADD = ../../lib/libakode.la $(LIBFLAC) $(LIBOGGFLAC) $(VORBIS_LIBS) $(VORBISFILE_LIBS) $(SPEEXLIBS) \ No newline at end of file