diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-02-08 02:00:49 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-02-08 02:00:49 +0000 |
commit | d6e3e6d9c0fe39534930c647755c4219eb39f39f (patch) | |
tree | 523e56681ab8273336001affda080665a1640f41 /configure.ac | |
parent | 440f4cd1810f7150aed8cba41f31a47b5f796629 (diff) | |
download | gst-plugins-bad-d6e3e6d9c0fe39534930c647755c4219eb39f39f.tar.gz gst-plugins-bad-d6e3e6d9c0fe39534930c647755c4219eb39f39f.tar.bz2 gst-plugins-bad-d6e3e6d9c0fe39534930c647755c4219eb39f39f.zip |
Remove the equalizer 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/inspect/plugin-equalizer.xml:
* gst/equalizer/.cvsignore:
* gst/equalizer/Makefile.am:
* gst/equalizer/demo.c:
* gst/equalizer/gstiirequalizer.c:
* gst/equalizer/gstiirequalizer.h:
* gst/equalizer/gstiirequalizer10bands.c:
* gst/equalizer/gstiirequalizer10bands.h:
* gst/equalizer/gstiirequalizer3bands.c:
* gst/equalizer/gstiirequalizer3bands.h:
* gst/equalizer/gstiirequalizernbands.c:
* gst/equalizer/gstiirequalizernbands.h:
* tests/check/Makefile.am:
* tests/check/elements/.cvsignore:
* tests/check/elements/equalizer.c:
Remove the equalizer plugin, which has moved to -good
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 70757550..f30421c4 100644 --- a/configure.ac +++ b/configure.ac @@ -44,7 +44,7 @@ dnl AS_LIBTOOL_TAGS([CXX]) AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -dnl *** remove rtpmanager/equalizer stuff below when this is updated +dnl *** remove rtpmanager stuff below when this is updated GST_REQ=0.10.17 GSTPB_REQ=0.10.17 @@ -84,7 +84,6 @@ GST_PLUGINS_ALL="\ cdxaparse \ deinterlace \ dvdspu \ - equalizer \ festival \ filter \ flv \ @@ -1045,7 +1044,6 @@ gst/bayer/Makefile gst/cdxaparse/Makefile gst/deinterlace/Makefile gst/dvdspu/Makefile -gst/equalizer/Makefile gst/festival/Makefile gst/filter/Makefile gst/flv/Makefile |