diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-01-11 11:39:10 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-01-11 11:39:10 +0000 |
commit | 013f1dcab24948eec5625712ae6616e694f15a5b (patch) | |
tree | 8ad3d58d2831256c7c69363ec86e8fce30b24285 /configure.ac | |
parent | 9c40ff11f5dc5bb8e5e03ab0b864c3e894f69c81 (diff) |
configure.ac: prereleasing
Original commit message from CVS:
* configure.ac:
prereleasing
* po/af.po:
* po/az.po:
* po/cs.po:
* po/en_GB.po:
* po/hu.po:
* po/it.po:
* po/nb.po:
* po/nl.po:
* po/or.po:
* po/sq.po:
* po/sr.po:
* po/sv.po:
* po/uk.po:
* po/vi.po:
update translations
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 9692f244..43dcc1a4 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_INIT dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AS_VERSION(gst-plugins-good, GST_PLUGINS_GOOD_VERSION, 0, 10, 0, 1, +AS_VERSION(gst-plugins-good, GST_PLUGINS_GOOD_VERSION, 0, 10, 0, 2, GST_CVS="no", GST_CVS="yes") dnl can autoconf find the source ? @@ -35,6 +35,10 @@ AC_SUBST(GST_MAJORMINOR) AS_LIBTOOL_TAGS([CXX]) AM_PROG_LIBTOOL +dnl *** required versions of GStreamer stuff *** +GST_REQ=0.10.1 +GSTPB_REQ=0.10.1 + dnl *** autotools stuff **** dnl allow for different autotools @@ -198,8 +202,6 @@ fi dnl checks for gstreamer dnl uninstalled is selected preferentially -- see pkg-config(1) -GST_REQ=0.9.7 -GSTPB_REQ=0.9.7 GST_CHECK_GST($GST_MAJORMINOR, [$GST_REQ]) GST_CHECK_GST_BASE($GST_MAJORMINOR, [$GST_REQ]) GST_CHECK_GST_GDP($GST_MAJORMINOR, [$GST_REQ]) |