mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
configure: require released versions of core/base instead of old git
This commit is contained in:
parent
26877f66c9
commit
dd3fe6ad3c
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@ AC_LIBTOOL_WIN32_DLL
|
|||
AM_PROG_LIBTOOL
|
||||
|
||||
dnl *** required versions of GStreamer stuff ***
|
||||
GST_REQ=0.10.30.1
|
||||
GSTPB_REQ=0.10.30.1
|
||||
GST_REQ=0.10.31
|
||||
GSTPB_REQ=0.10.31
|
||||
|
||||
dnl *** autotools stuff ****
|
||||
|
||||
|
|
Loading…
Reference in a new issue