From 6f9fedd8577459212e7a1659349cf567b358a4c1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 1 Sep 2016 12:38:14 +0300 Subject: [PATCH] configure: Require orc >= 0.4.24 Needed for being able to compile video.orc https://bugzilla.gnome.org/show_bug.cgi?id=770698 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2a110b2..e7e9e69 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) -- 2.7.4