diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-02-08 03:27:14 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-02-08 03:27:14 +0000 |
commit | 819b139e4e36f8ce3d70acdbcaaec770365de669 (patch) | |
tree | 60fc4ce018037df7a947fb73e9887e3594fda2cd /tests/check/Makefile.am | |
parent | 4de96f3a8e58fa385f72bbf7c88941e4e4942692 (diff) | |
download | gst-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 'tests/check/Makefile.am')
-rw-r--r-- | tests/check/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index fba6e109..2eb774b6 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -72,8 +72,7 @@ check_PROGRAMS = \ elements/rganalysis \ elements/rglimiter \ elements/rgvolume \ - elements/y4menc \ - elements/spectrum + elements/y4menc noinst_HEADERS = |