mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-17 22:06:41 +00:00
configure.ac: bump -core/-base requirement to 0.10.34.1
... since latest baseparse API is required for videoparsers.
This commit is contained in:
parent
409a51bcea
commit
49eeb43fe2
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ AC_LIBTOOL_WIN32_DLL
|
|||
AM_PROG_LIBTOOL
|
||||
|
||||
dnl *** required versions of GStreamer stuff ***
|
||||
GST_REQ=0.10.33
|
||||
GSTPB_REQ=0.10.33
|
||||
GST_REQ=0.10.34.1
|
||||
GSTPB_REQ=0.10.34.1
|
||||
|
||||
dnl *** autotools stuff ****
|
||||
|
||||
|
|
Loading…
Reference in a new issue