From 54ae5bcde074f1b40ffaa2574708a80009760169 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 8 Sep 2010 18:35:08 +0200 Subject: [PATCH] configure: Require orc 0.4.8 The deinterlace plugin apparently fails to compile with older versions. --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index b262b20..77ac1ea 100644 --- a/configure.ac +++ b/configure.ac @@ -208,8 +208,7 @@ dnl GLib is required AG_GST_GLIB_CHECK([2.18]) dnl Orc -ORC_CHECK([0.4.7]) - +ORC_CHECK([0.4.8]) dnl checks for gstreamer dnl uninstalled is selected preferentially -- see pkg-config(1) -- 2.7.4