mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
Back to development
This commit is contained in:
parent
6bc2f3844d
commit
4f43877e11
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ AC_PREREQ([2.68])
|
|||
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 GObject Introspection overrides for Python , 1.11.2,
|
||||
AC_INIT(GStreamer GObject Introspection overrides for Python , 1.11.2.1,
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||
gst-python)
|
||||
|
||||
|
@ -38,7 +38,7 @@ AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I common/m4")
|
|||
|
||||
dnl required versions of other packages
|
||||
dnl Note that they are runtime requirements
|
||||
AC_SUBST(GST_REQ, 1.11.2)
|
||||
AC_SUBST(GST_REQ, 1.11.2.1)
|
||||
AC_SUBST(PYGOBJECT_REQ, 3.0)
|
||||
|
||||
AC_DISABLE_STATIC
|
||||
|
|
Loading…
Reference in a new issue