mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
configure: Update version to 1.3.0.1 and require GStreamer 1.3.0
This commit is contained in:
parent
902b59f823
commit
745424e05c
1 changed files with 5 additions and 5 deletions
10
configure.ac
10
configure.ac
|
@ -2,7 +2,7 @@ AC_PREREQ(2.62)
|
|||
dnl initialize autoconf
|
||||
dnl when going to/from release please set the nano (fourth number) right !
|
||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||
AC_INIT([GStreamer RTSP Server Library], [0.11.90.1],
|
||||
AC_INIT([GStreamer RTSP Server Library], [1.3.0.1],
|
||||
[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],
|
||||
[gst-rtsp-server])
|
||||
AG_GST_INIT
|
||||
|
@ -39,12 +39,12 @@ dnl we override it here if we need to for the release candidate of new series
|
|||
GST_API_VERSION=1.0
|
||||
AC_SUBST(GST_API_VERSION)
|
||||
|
||||
AS_LIBTOOL(GST, 0, 0, 0)
|
||||
AS_LIBTOOL(GST, 300, 0, 300)
|
||||
|
||||
dnl *** required versions of GStreamer stuff ***
|
||||
GST_REQ=1.2.0
|
||||
GSTPB_REQ=1.2.0
|
||||
GSTPG_REQ=1.2.0
|
||||
GST_REQ=1.3.0.1
|
||||
GSTPB_REQ=1.3.0.1
|
||||
GSTPG_REQ=1.3.0.1
|
||||
|
||||
dnl *** autotools stuff ****
|
||||
|
||||
|
|
Loading…
Reference in a new issue