diff options
author | David Schleef <ds@schleef.org> | 2006-10-21 22:56:03 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2006-10-21 22:56:03 +0000 |
commit | 0fbc246d234b70e14f94efe77226bbe976a2da1d (patch) | |
tree | e72e0dc6307bba331b0d0ed1de5b831edc1d5537 /configure.ac | |
parent | 6a2a4c0fe62d0cdbecc8dd0b01ea458c6efa2de7 (diff) | |
download | gst-plugins-bad-0fbc246d234b70e14f94efe77226bbe976a2da1d.tar.gz gst-plugins-bad-0fbc246d234b70e14f94efe77226bbe976a2da1d.tar.bz2 gst-plugins-bad-0fbc246d234b70e14f94efe77226bbe976a2da1d.zip |
I copied over filesink a while ago and modified it to work as multifilesink. Might as well check it in. This could ...
Original commit message from CVS:
* configure.ac:
* gst/multifilesink/Makefile.am:
* gst/multifilesink/gstmultifilesink.c:
* gst/multifilesink/gstmultifilesink.h:
I copied over filesink a while ago and modified it to work
as multifilesink. Might as well check it in. This could
use some work before being declared useful.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index dadf639f..e1d98482 100644 --- a/configure.ac +++ b/configure.ac @@ -83,6 +83,7 @@ GST_PLUGINS_ALL="\ h264parse \ nuvdemux \ modplug \ + multifilesink \ nsf \ replaygain \ spectrum \ @@ -799,6 +800,7 @@ gst/h264parse/Makefile gst/modplug/Makefile gst/nuvdemux/Makefile gst/modplug/libmodplug/Makefile +gst/multifilesink/Makefile gst/nsf/Makefile gst/replaygain/Makefile gst/spectrum/Makefile |