mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 06:08:14 +00:00
Raise dependency to 1.4.0
This commit is contained in:
parent
e53f0d0eed
commit
7463245117
1 changed files with 3 additions and 3 deletions
|
@ -10,8 +10,8 @@ LT_INIT
|
|||
dnl Package settings
|
||||
ASSEMBLY_VERSION=`cat VERSION`
|
||||
ASSEMBLY_COMPANY=""
|
||||
ASSEMBLY_COPYRIGHT="2013 GStreamerSharp Contributors"
|
||||
ASSEMBLY_DESCRIPTION="Gst-1.0 bindings for Mono"
|
||||
ASSEMBLY_COPYRIGHT="2014 GStreamerSharp Contributors"
|
||||
ASSEMBLY_DESCRIPTION="Gst-1.4 bindings for Mono"
|
||||
ASSEMBLY_NAME="gstreamer-sharp"
|
||||
ASSEMBLY_NAMESPACE="Gst"
|
||||
ASSEMBLY_PC="gstreamer-sharp-1.0"
|
||||
|
@ -143,7 +143,7 @@ AC_SUBST(MONODOCER)
|
|||
AM_CONDITIONAL(ENABLE_MONODOC, test "x$enable_monodoc" = "xyes")
|
||||
|
||||
dnl Check for Gst
|
||||
GSTREAMER_REQUIRED_VERSION=1.3.91
|
||||
GSTREAMER_REQUIRED_VERSION=1.4.0
|
||||
PKG_CHECK_MODULES(GST,
|
||||
gstreamer-1.0 >= $GSTREAMER_REQUIRED_VERSION
|
||||
gstreamer-base-1.0 >= $GSTREAMER_REQUIRED_VERSION
|
||||
|
|
Loading…
Reference in a new issue