diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-09-14 11:33:13 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-09-14 11:33:13 +0200 |
commit | 2c595c5f7ba5cfe0c769f3a83ed6a385e85ac6d2 (patch) | |
tree | fa4b2880738879b1f3cdffe1daa5605b58c4b7fd | |
parent | cb9078627c792bbb10b32ae46cf9d132dcfab938 (diff) |
configure: Depend on gstreamer 1.9.2.1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 124ad3a..b32b6b5 100644 --- a/configure.ac +++ b/configure.ac @@ -48,7 +48,7 @@ AG_GST_LIBTOOL_PREPARE AS_LIBTOOL(GST, 902, 902, 902) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.9.2 +GST_REQ=1.9.2.1 dnl *** autotools stuff **** |