diff options
author | David Schleef <ds@schleef.org> | 2006-11-11 00:22:24 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2006-11-11 00:22:24 +0000 |
commit | 70431177ff80bbbc4eb7051d5d35bc4770daeffb (patch) | |
tree | 723579db562988eefddad082567651d8527e58ef /configure.ac | |
parent | 4af761a436cf4731a228c6ae11c00ef537b49b4f (diff) | |
download | gst-plugins-bad-70431177ff80bbbc4eb7051d5d35bc4770daeffb.tar.gz gst-plugins-bad-70431177ff80bbbc4eb7051d5d35bc4770daeffb.tar.bz2 gst-plugins-bad-70431177ff80bbbc4eb7051d5d35bc4770daeffb.zip |
A little pluggy to make sense out of the random chunks we get from multifilesrc.
Original commit message from CVS:
* configure.ac:
* gst/videoparse/Makefile.am:
* gst/videoparse/gstvideoparse.c:
A little pluggy to make sense out of the random chunks we get
from multifilesrc.
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 cf2eb6de..4d2f1ca9 100644 --- a/configure.ac +++ b/configure.ac @@ -91,6 +91,7 @@ GST_PLUGINS_ALL="\ qtdemux \ tta \ videocrop \ + videoparse \ xingheader \ " @@ -808,6 +809,7 @@ gst/speed/Makefile gst/qtdemux/Makefile gst/tta/Makefile gst/videocrop/Makefile +gst/videoparse/Makefile gst/xingheader/Makefile gst-libs/Makefile gst-libs/gst/Makefile |