From 016b85a10b2d19a8dda44d8a00644daac41acf85 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Sun, 5 Sep 2010 11:45:35 +0200 Subject: [PATCH] configure.ac: Bump orc requirement to 0.4.8.1 0.4.7 creates code with unavailable symbols 0.4.8 creates buggy code Let's use git head of orc (which still won't work because git head of orc still claims to be 0.4.8) This allows all the rest of -bad to build properly. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 82cbb55..585064e 100644 --- a/configure.ac +++ b/configure.ac @@ -223,7 +223,7 @@ if test "x$HAVE_X11" = "xyes"; then fi dnl Orc -ORC_CHECK([0.4.7]) +ORC_CHECK([0.4.8.1]) dnl set license and copyright notice GST_LICENSE="LGPL" -- 2.7.4