summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJames Doc Livingston <doclivingston@gmail.com>2007-02-02 17:39:21 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-02-02 17:39:21 +0000
commitc2306bc88fd5fd471e4778c9876ea4c4a3759b53 (patch)
treee11aef50cc5cbbf7352edcfe27f4d168ad294ffe /configure.ac
parent91e91243a9f7be56df0be83f39a004f04b733294 (diff)
downloadgst-plugins-bad-c2306bc88fd5fd471e4778c9876ea4c4a3759b53.tar.gz
gst-plugins-bad-c2306bc88fd5fd471e4778c9876ea4c4a3759b53.tar.bz2
gst-plugins-bad-c2306bc88fd5fd471e4778c9876ea4c4a3759b53.zip
Port equalizer plugin to 0.10 (#403572).
Original commit message from CVS: Patch by: James "Doc" Livingston <doclivingston at gmail com> * configure.ac: * gst/equalizer/Makefile.am: * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type), (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init), (gst_iir_equalizer_compute_frequencies), (gst_iir_equalizer_set_property), (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup), (plugin_init): Port equalizer plugin to 0.10 (#403572).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index da5a78c0..c10f193c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -78,16 +78,18 @@ dnl these are all the gst plug-ins, compilable without additional libs
GST_PLUGINS_ALL="\
cdxaparse \
deinterlace \
+ equalizer \
filter \
freeze \
h264parse \
interleave \
librfb \
- nuvdemux \
modplug \
multifile \
mve \
nsf \
+ nuvdemux \
+ real \
replaygain \
spectrum \
speed \
@@ -97,7 +99,6 @@ GST_PLUGINS_ALL="\
videoparse \
xingheader \
y4m \
- real \
"
AC_SUBST(GST_PLUGINS_ALL)
@@ -960,6 +961,7 @@ gst-plugins-bad.spec
gst/Makefile
gst/cdxaparse/Makefile
gst/deinterlace/Makefile
+gst/equalizer/Makefile
gst/filter/Makefile
gst/freeze/Makefile
gst/h264parse/Makefile