diff options
author | David Schleef <ds@schleef.org> | 2006-11-10 18:51:10 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2006-11-10 18:51:10 +0000 |
commit | 403da43b48132046428f4c7e7e13343417792928 (patch) | |
tree | e7a507df57ecc398633956e12741bbc152fd3655 /configure.ac | |
parent | 84d611556716fad9274fac800067f8d9dc6ca6a9 (diff) | |
download | gst-plugins-bad-403da43b48132046428f4c7e7e13343417792928.tar.gz gst-plugins-bad-403da43b48132046428f4c7e7e13343417792928.tar.bz2 gst-plugins-bad-403da43b48132046428f4c7e7e13343417792928.zip |
Revive multifile[src|sink].
Original commit message from CVS:
* configure.ac:
* gst/multifile/Makefile.am:
* gst/multifile/gstmultifile.c:
* gst/multifile/gstmultifilesink.c:
* gst/multifile/gstmultifilesrc.c:
* gst/multifile/multifile.vproj:
Revive multifile[src|sink].
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 11dd53a5..cf2eb6de 100644 --- a/configure.ac +++ b/configure.ac @@ -83,7 +83,7 @@ GST_PLUGINS_ALL="\ h264parse \ nuvdemux \ modplug \ - multifilesink \ + multifile \ nsf \ replaygain \ spectrum \ @@ -800,7 +800,7 @@ gst/h264parse/Makefile gst/modplug/Makefile gst/nuvdemux/Makefile gst/modplug/libmodplug/Makefile -gst/multifilesink/Makefile +gst/multifile/Makefile gst/nsf/Makefile gst/replaygain/Makefile gst/spectrum/Makefile |