diff options
author | Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com> | 2008-08-24 13:53:29 +0000 |
---|---|---|
committer | Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com> | 2008-08-24 13:53:29 +0000 |
commit | 65062ed750828b054234e0ce96a18556bc2f9696 (patch) | |
tree | 5b99a97cb8f05fcdf739ac88a8be2c481c5d04fe /configure.ac | |
parent | 407b78824263993fb67b844ea98763d0914f74aa (diff) | |
download | gst-plugins-bad-65062ed750828b054234e0ce96a18556bc2f9696.tar.gz gst-plugins-bad-65062ed750828b054234e0ce96a18556bc2f9696.tar.bz2 gst-plugins-bad-65062ed750828b054234e0ce96a18556bc2f9696.zip |
New plugin: pcapparse (#520899).
Original commit message from CVS:
* configure.ac:
* gst/pcapparse/Makefile.am:
* gst/pcapparse/gstpcapparse.c:
* gst/pcapparse/gstpcapparse.h:
New plugin: pcapparse (#520899).
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 a4138a21..64026721 100644 --- a/configure.ac +++ b/configure.ac @@ -257,6 +257,7 @@ AG_GST_CHECK_PLUGIN(mpegvideoparse) AG_GST_CHECK_PLUGIN(mve) AG_GST_CHECK_PLUGIN(nsf) AG_GST_CHECK_PLUGIN(nuvdemux) +AG_GST_CHECK_PLUGIN(pcapparse) AG_GST_CHECK_PLUGIN(rawparse) AG_GST_CHECK_PLUGIN(real) AG_GST_CHECK_PLUGIN(rtpmanager) @@ -1268,6 +1269,7 @@ gst/mpegvideoparse/Makefile gst/mve/Makefile gst/nsf/Makefile gst/nuvdemux/Makefile +gst/pcapparse/Makefile gst/rawparse/Makefile gst/rtpmanager/Makefile gst/sdp/Makefile |