mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
configure.ac: Require latest gst-plugins-base for 'playsink'
This commit is contained in:
parent
15aba65202
commit
0249968c71
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ AC_LIBTOOL_WIN32_DLL
|
|||
AM_PROG_LIBTOOL
|
||||
|
||||
dnl *** required versions of GStreamer stuff ***
|
||||
GST_REQ=0.10.23.1
|
||||
GSTPB_REQ=0.10.23.1
|
||||
GST_REQ=0.10.24
|
||||
GSTPB_REQ=0.10.24.1
|
||||
|
||||
dnl *** autotools stuff ****
|
||||
|
||||
|
|
Loading…
Reference in a new issue