diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2002-06-15 12:42:37 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2002-06-15 12:42:37 +0000 |
commit | 0d8175508dc22557660f07ca53543ef283cecb2a (patch) | |
tree | 43766a4cab69e68560709eaadaecb082440dcddd | |
parent | 3616ba23f6674ea248902c22199ad708789e34e5 (diff) |
Removed interleaving till the dir is added to CVS
Original commit message from CVS:
Removed interleaving till the dir is added to CVS
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 6cd5778e..e6327ae3 100644 --- a/configure.ac +++ b/configure.ac @@ -203,7 +203,7 @@ dnl these are all the gst plug-ins, compilable without additional libs GST_PLUGINS_ALL="\ ac3parse adder audioscale auparse avi cdxaparse chart\ cutter deinterlace effectv festival filter flx goom\ - interleaving intfloat law level\ + intfloat law level\ median mpeg1enc mpeg1sys mpeg1videoparse mpeg2enc mpeg2sub\ mpegaudio mpegaudioparse mpegstream mpegtypes modplug\ monoscope passthrough playondemand qtdemux rtjpeg silence sine\ @@ -817,7 +817,6 @@ gst/festival/Makefile gst/filter/Makefile gst/flx/Makefile gst/goom/Makefile -gst/interleaving/Makefile gst/intfloat/Makefile gst/law/Makefile gst/level/Makefile |