configure: Require orc >= 0.4.24
authorSebastian Dröge <sebastian@centricular.com>
Thu, 1 Sep 2016 09:38:14 +0000 (12:38 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 1 Sep 2016 09:38:14 +0000 (12:38 +0300)
Needed for being able to compile video.orc

https://bugzilla.gnome.org/show_bug.cgi?id=770698

configure.ac

index 2a110b2..e7e9e69 100644 (file)
@@ -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)