mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
Back to development
This commit is contained in:
parent
ac04638be0
commit
e06cce3c91
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ AC_PREREQ(2.60)
|
|||
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 libav, 0.11.90,
|
||||
AC_INIT(GStreamer libav, 0.11.90.1,
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||
gst-libav)
|
||||
|
||||
|
@ -47,7 +47,7 @@ AC_LIBTOOL_WIN32_DLL
|
|||
AM_PROG_LIBTOOL
|
||||
|
||||
dnl *** required versions of GStreamer stuff ***
|
||||
GST_REQ=0.11.3
|
||||
GST_REQ=0.11.90
|
||||
ORC_REQ=0.4.6
|
||||
|
||||
dnl *** autotools stuff ****
|
||||
|
|
Loading…
Reference in a new issue