From 4c42a5840fa47da7d74dd0108763690dfc466f71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 15 Oct 2010 17:59:26 +0100 Subject: [PATCH] configure: bump Orc requirement to 0.4.11 Has fixes for volume, among other things. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 632aa6046d..8a8bb27cbc 100644 --- a/configure.ac +++ b/configure.ac @@ -259,7 +259,7 @@ dnl *** checks for dependency libraries *** dnl GLib is required AG_GST_GLIB_CHECK([2.20]) -ORC_CHECK([0.4.10]) +ORC_CHECK([0.4.11]) dnl checks for gstreamer dnl uninstalled is selected preferentially -- see pkg-config(1)