diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-04 12:29:12 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-04 12:29:12 +0000 |
commit | 7523a7139a28462f59b80a97ff8a12b59f88a30b (patch) | |
tree | 4c33d65ab5f26a33ca99ef35506ff8c6f737e8bb /configure.ac | |
parent | deeaf69ed4cc283a099528f03a7a527f66a1c3da (diff) | |
download | gst-plugins-bad-7523a7139a28462f59b80a97ff8a12b59f88a30b.tar.gz gst-plugins-bad-7523a7139a28462f59b80a97ff8a12b59f88a30b.tar.bz2 gst-plugins-bad-7523a7139a28462f59b80a97ff8a12b59f88a30b.zip |
iir filter addition
Original commit message from CVS:
iir filter addition
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
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 |