diff options
author | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2008-09-02 12:04:32 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2008-09-02 12:04:32 +0000 |
commit | 555486f865d6933da9cf983fc161e56474468ec4 (patch) | |
tree | ebfbbef762ce08fa4beb43e2abfd95851d78ce76 /configure.ac | |
parent | 0ce15bab49aca60f380e186c47bcb0ebe4999367 (diff) | |
download | gst-plugins-bad-555486f865d6933da9cf983fc161e56474468ec4.tar.gz gst-plugins-bad-555486f865d6933da9cf983fc161e56474468ec4.tar.bz2 gst-plugins-bad-555486f865d6933da9cf983fc161e56474468ec4.zip |
Add Fluendo MPEG PS and TS demuxers to gst-plugins-bad. This is now dual licensed MPL and LGPL.
Original commit message from CVS:
* configure.ac:
* gst/mpegdemux/Makefile.am:
* gst/mpegdemux/flumpegdemux.c:
* gst/mpegdemux/flutspatinfo.c:
* gst/mpegdemux/flutspatinfo.h:
* gst/mpegdemux/flutspmtinfo.c:
* gst/mpegdemux/flutspmtinfo.h:
* gst/mpegdemux/flutspmtstreaminfo.c:
* gst/mpegdemux/flutspmtstreaminfo.h:
* gst/mpegdemux/gstmpegdefs.h:
* gst/mpegdemux/gstmpegdemux.c:
* gst/mpegdemux/gstmpegdemux.h:
* gst/mpegdemux/gstmpegdesc.c:
* gst/mpegdemux/gstmpegdesc.h:
* gst/mpegdemux/gstmpegtsdemux.c:
* gst/mpegdemux/gstmpegtsdemux.h:
* gst/mpegdemux/gstpesfilter.c:
* gst/mpegdemux/gstpesfilter.h:
* gst/mpegdemux/gstsectionfilter.c:
* gst/mpegdemux/gstsectionfilter.h:
Add Fluendo MPEG PS and TS demuxers to gst-plugins-bad. This
is now dual licensed MPL and LGPL.
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 c741e34f..8ec0f6ef 100644 --- a/configure.ac +++ b/configure.ac @@ -256,6 +256,7 @@ AG_GST_CHECK_PLUGIN(freeze) AG_GST_CHECK_PLUGIN(h264parse) AG_GST_CHECK_PLUGIN(librfb) AG_GST_CHECK_PLUGIN(modplug) +AG_GST_CHECK_PLUGIN(mpegdemux) AG_GST_CHECK_PLUGIN(mpegtsparse) AG_GST_CHECK_PLUGIN(mpegtsmux) AG_GST_CHECK_PLUGIN(mpeg4videoparse) @@ -1399,6 +1400,7 @@ gst/h264parse/Makefile gst/librfb/Makefile gst/modplug/Makefile gst/modplug/libmodplug/Makefile +gst/mpegdemux/Makefile gst/mpegtsparse/Makefile gst/mpegtsmux/Makefile gst/mpegtsmux/tsmux/Makefile |