summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-09-01 12:38:14 +0300
committerSebastian Dröge <sebastian@centricular.com>2016-09-01 12:38:14 +0300
commit6f9fedd8577459212e7a1659349cf567b358a4c1 (patch)
tree35547ce1bc2c45ef647d77e5d3d8b0e703aa6766
parent7bb10643723a09d1ebbcef28f1607f69268f9a6c (diff)
downloadgstreamer-plugins-base-6f9fedd8577459212e7a1659349cf567b358a4c1.tar.gz
configure: Require orc >= 0.4.24
Needed for being able to compile video.orc https://bugzilla.gnome.org/show_bug.cgi?id=770698
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2a110b288..e7e9e69bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -254,7 +254,7 @@ dnl GLib
GLIB_REQ=2.40.0
AG_GST_GLIB_CHECK([$GLIB_REQ])
-ORC_CHECK([0.4.23])
+ORC_CHECK([0.4.24])
dnl checks for gstreamer
dnl uninstalled is selected preferentially -- see pkg-config(1)