diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-11-27 19:27:04 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-11-27 19:27:04 +0000 |
commit | 1ef77b20f7879100adfe484651a6500014fcf11a (patch) | |
tree | ad7b149ec17cc4223822e59ebffedb8b0d9e17df /configure.ac | |
parent | d56af9d36dabd5339be7ec71d32d2edf536ca832 (diff) | |
download | gst-plugins-bad-1ef77b20f7879100adfe484651a6500014fcf11a.tar.gz gst-plugins-bad-1ef77b20f7879100adfe484651a6500014fcf11a.tar.bz2 gst-plugins-bad-1ef77b20f7879100adfe484651a6500014fcf11a.zip |
configure.ac: Remove speexresample from the build system too.
Original commit message from CVS:
* configure.ac:
Remove speexresample from the build system too.
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 85be93d9..855f1555 100644 --- a/configure.ac +++ b/configure.ac @@ -267,7 +267,6 @@ AG_GST_CHECK_PLUGIN(scaletempo) AG_GST_CHECK_PLUGIN(sdp) AG_GST_CHECK_PLUGIN(selector) AG_GST_CHECK_PLUGIN(speed) -AG_GST_CHECK_PLUGIN(speexresample) AG_GST_CHECK_PLUGIN(subenc) AG_GST_CHECK_PLUGIN(stereo) AG_GST_CHECK_PLUGIN(tta) @@ -1423,7 +1422,6 @@ gst/scaletempo/Makefile gst/sdp/Makefile gst/selector/Makefile gst/speed/Makefile -gst/speexresample/Makefile gst/subenc/Makefile gst/stereo/Makefile gst/tta/Makefile |