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 | 30430732a1c3a7a5b3733f88567ad786f8ebfbbe (patch) | |
tree | 2f08c525d9d2fbb86ed56b4b5794cfdc29c8c741 | |
parent | 856b03faf1196ee01494423a7cffdd49cea1a35c (diff) | |
download | gst-plugins-bad-30430732a1c3a7a5b3733f88567ad786f8ebfbbe.tar.gz gst-plugins-bad-30430732a1c3a7a5b3733f88567ad786f8ebfbbe.tar.bz2 gst-plugins-bad-30430732a1c3a7a5b3733f88567ad786f8ebfbbe.zip |
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 |