diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-02-08 04:22:06 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-02-08 04:22:06 +0000 |
commit | 4ee87c566bac4431897b58534822b1b60c5d4cde (patch) | |
tree | 7b8d23b65c67150b7ae0b1f7ab3b34cdb526966b /configure.ac | |
parent | c8ae2ad1caf40a3c15261c2d9600b0b2f883235e (diff) | |
download | gst-plugins-bad-4ee87c566bac4431897b58534822b1b60c5d4cde.tar.gz gst-plugins-bad-4ee87c566bac4431897b58534822b1b60c5d4cde.tar.bz2 gst-plugins-bad-4ee87c566bac4431897b58534822b1b60c5d4cde.zip |
Remove multifile plugin, which has moved to -good
Original commit message from CVS:
* configure.ac:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* docs/plugins/gst-plugins-bad-plugins.args:
* docs/plugins/gst-plugins-bad-plugins.hierarchy:
* docs/plugins/inspect/plugin-multifile.xml:
* gst/multifile/Makefile.am:
* gst/multifile/gstmultifile.c:
* gst/multifile/gstmultifilesink.c:
* gst/multifile/gstmultifilesink.h:
* gst/multifile/gstmultifilesrc.c:
* gst/multifile/gstmultifilesrc.h:
* gst/multifile/multifile.vproj:
* tests/check/Makefile.am:
* tests/check/elements/multifile.c:
Remove multifile plugin, which has moved to -good
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 70cafc21..ce351b3b 100644 --- a/configure.ac +++ b/configure.ac @@ -95,7 +95,6 @@ GST_PLUGINS_ALL="\ mpegtsparse \ mpeg4videoparse \ mpegvideoparse \ - multifile \ mve \ nsf \ nuvdemux \ @@ -1055,7 +1054,6 @@ gst/modplug/libmodplug/Makefile gst/mpegtsparse/Makefile gst/mpeg4videoparse/Makefile gst/mpegvideoparse/Makefile -gst/multifile/Makefile gst/mve/Makefile gst/nsf/Makefile gst/nuvdemux/Makefile |