summaryrefslogtreecommitdiffstats
path: root/gst/spectrum/Makefile.am
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-02-08 03:27:14 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-02-08 03:27:14 +0000
commit819b139e4e36f8ce3d70acdbcaaec770365de669 (patch)
tree60fc4ce018037df7a947fb73e9887e3594fda2cd /gst/spectrum/Makefile.am
parent4de96f3a8e58fa385f72bbf7c88941e4e4942692 (diff)
downloadgst-plugins-bad-819b139e4e36f8ce3d70acdbcaaec770365de669.tar.gz
gst-plugins-bad-819b139e4e36f8ce3d70acdbcaaec770365de669.tar.bz2
gst-plugins-bad-819b139e4e36f8ce3d70acdbcaaec770365de669.zip
Remove spectrum plugin, which has moved to -good
Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/gst-plugins-bad-plugins.hierarchy: * docs/plugins/inspect/plugin-spectrum.xml: * gst/spectrum/.cvsignore: * gst/spectrum/Makefile.am: * gst/spectrum/README: * gst/spectrum/demo-audiotest.c: * gst/spectrum/demo-osssrc.c: * gst/spectrum/gstspectrum.c: * gst/spectrum/gstspectrum.h: * gst/spectrum/spectrum.vcproj: * tests/check/Makefile.am: * tests/check/elements/spectrum.c: Remove spectrum plugin, which has moved to -good
Diffstat (limited to 'gst/spectrum/Makefile.am')
-rw-r--r--gst/spectrum/Makefile.am24
1 files changed, 0 insertions, 24 deletions
diff --git a/gst/spectrum/Makefile.am b/gst/spectrum/Makefile.am
deleted file mode 100644
index e161abbf..00000000
--- a/gst/spectrum/Makefile.am
+++ /dev/null
@@ -1,24 +0,0 @@
-
-plugin_LTLIBRARIES = libgstspectrum.la
-
-libgstspectrum_la_SOURCES = gstspectrum.c
-libgstspectrum_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
- $(GST_CFLAGS)
-libgstspectrum_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) -lgstaudio-$(GST_MAJORMINOR) -lgstfft-$(GST_MAJORMINOR) $(LIBM)
-libgstspectrum_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-
-noinst_HEADERS = gstspectrum.h
-
-if HAVE_GTK
-noinst_PROGRAMS = demo-osssrc demo-audiotest
-endif
-
-demo_osssrc_SOURCES = demo-osssrc.c
-demo_osssrc_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS)
-demo_osssrc_LDFLAGS = $(GST_BASE_LIBS) $(GST_LIBS) $(GTK_LIBS)
-
-demo_audiotest_SOURCES = demo-audiotest.c
-demo_audiotest_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS)
-demo_audiotest_LDFLAGS = $(GST_BASE_LIBS) $(GST_LIBS) $(GTK_LIBS)
-
-EXTRA_DIST = README