summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-06-04 12:29:12 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-06-04 12:29:12 +0000
commit1161226878cf34f25f5940a0f9b0decec9117244 (patch)
tree93fb54ff0100531cd64474c145ba960e43b52a6b /configure.ac
parent009c7beb5b17e49aae71d4e7899bccd41c94ba2a (diff)
iir filter addition
Original commit message from CVS: iir filter addition
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2e05fc77..5a932f4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -186,7 +186,7 @@ AC_SUBST(GST_PLUGIN_LDFLAGS)
dnl these are all the gst plugins, compilable without additional libs
GST_PLUGINS_ALL="\
ac3parse adder audioscale auparse avi cdxaparse chart\
- cutter deinterlace effectv festival flx goom intfloat law level\
+ cutter deinterlace effectv festival filter flx goom intfloat law level\
median mpeg1enc mpeg1sys mpeg1videoparse mpeg2enc mpeg2sub\
mpegaudio mpegaudioparse mpegstream mpegtypes modplug\
monoscope passthrough playondemand qtdemux rtjpeg silence sine\
@@ -785,6 +785,7 @@ gst/cutter/Makefile
gst/deinterlace/Makefile
gst/effectv/Makefile
gst/festival/Makefile
+gst/filter/Makefile
gst/flx/Makefile
gst/goom/Makefile
gst/intfloat/Makefile