diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-09-14 11:31:07 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-09-14 11:31:07 +0200 |
commit | 036da8b33c77a4ac3859fe7572727ed1696503a1 (patch) | |
tree | 24455de04ed5497feb42c45d36732a8d9746861f | |
parent | 8443af343ec7dc026e27ab9cbf5d2ec47bd6fc4d (diff) |
configure: Depend on gstreamer 1.9.2.1
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 6ba4cf4..9f4f903 100644 --- a/configure.ac +++ b/configure.ac @@ -43,8 +43,8 @@ AG_GST_LIBTOOL_PREPARE AS_LIBTOOL(GST, 902, 0, 902) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.9.2 -GST_PBREQ=1.9.2 +GST_REQ=1.9.2.1 +GST_PBREQ=1.9.2.1 ORC_REQ=0.4.16 ORC_CHECK([$ORC_REQ]) |