From 76c56beb5af6e0034f245e6b5ba6fe5b48b51f9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 22 Mar 2013 10:50:34 +0000 Subject: [PATCH] Require Orc >= 0.4.17 Orc 0.4.17 fixes a bunch crashes on i386 and RPi when orc functions can't be compiled and the fallback function is supposed to be used. Also fixes some issues on PowerPC. https://bugzilla.gnome.org/show_bug.cgi?id=684399 https://bugzilla.gnome.org/show_bug.cgi?id=693862 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index aa5c81e03d..92a1a8ef5f 100644 --- a/configure.ac +++ b/configure.ac @@ -207,7 +207,7 @@ GLIB_REQ=2.32.0 AG_GST_GLIB_CHECK([$GLIB_REQ]) dnl Orc -ORC_CHECK([0.4.16]) +ORC_CHECK([0.4.17]) dnl checks for gstreamer dnl uninstalled is selected preferentially -- see pkg-config(1)