diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-06-06 14:39:15 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-06-06 14:39:15 +0000 |
commit | 4b6e02936023d78825f782afd80b23a3e43f3f23 (patch) | |
tree | 20204fb8d89cb330348ad9aabaea2394312b47a2 /configure.ac | |
parent | 5f94428ffce236d9faf578e7355404c6583f5c15 (diff) | |
download | gst-plugins-bad-4b6e02936023d78825f782afd80b23a3e43f3f23.tar.gz gst-plugins-bad-4b6e02936023d78825f782afd80b23a3e43f3f23.tar.bz2 gst-plugins-bad-4b6e02936023d78825f782afd80b23a3e43f3f23.zip |
configure.ac: enable building of GDP elements
Original commit message from CVS:
* configure.ac:
enable building of GDP elements
* gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
* gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
(gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
(gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
(gst_gdp_pay_reset_streamheader), (gst_gdp_pay_sink_event),
(gst_gdp_pay_set_property), (gst_gdp_pay_get_property),
(gst_gdp_pay_change_state):
* gst/gdp/gstgdppay.h:
add version 1.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index cfc04a85..e811f9b5 100644 --- a/configure.ac +++ b/configure.ac @@ -42,7 +42,7 @@ dnl AS_LIBTOOL_TAGS([CXX]) AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.3 +GST_REQ=0.10.6.1 GSTPB_REQ=0.10.3 dnl *** autotools stuff **** @@ -155,6 +155,7 @@ dnl checks for gstreamer dnl uninstalled is selected preferentially -- see pkg-config(1) GST_CHECK_GST($GST_MAJORMINOR, [$GST_REQ]) GST_CHECK_GST_BASE($GST_MAJORMINOR, [$GST_REQ]) +GST_CHECK_GST_GDP($GST_MAJORMINOR, [$GST_REQ]) GST_CHECK_GST_CHECK($GST_MAJORMINOR, [$GST_REQ], no) GST_CHECK_GST_PLUGINS_BASE($GST_MAJORMINOR, [$GSTPB_REQ], no) @@ -704,6 +705,7 @@ gst-plugins-bad.spec gst/Makefile gst/cdxaparse/Makefile gst/freeze/Makefile +gst/gdp/Makefile gst/h264parse/Makefile gst/modplug/Makefile gst/modplug/libmodplug/Makefile |