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"
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