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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index f30421c4..70cafc21 100644 --- a/configure.ac +++ b/configure.ac @@ -105,7 +105,6 @@ GST_PLUGINS_ALL="\ rtpmanager \ sdp \ selector \ - spectrum \ speexresample \ speed \ stereo \ @@ -1065,7 +1064,6 @@ gst/replaygain/Makefile gst/rtpmanager/Makefile gst/sdp/Makefile gst/selector/Makefile -gst/spectrum/Makefile gst/speed/Makefile gst/speexresample/Makefile gst/stereo/Makefile |