From 91bc930c423c06d9b3fd2330844bd89bda365270 Mon Sep 17 00:00:00 2001 From: Luis de Bethencourt Date: Thu, 17 May 2012 10:49:11 +0100 Subject: [PATCH] configure: bump the orc version required to 0.4.16 Some opcodes have changed so they would fail to build with 0.4.14 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ebdf385cf4..ca4fdbd13d 100644 --- a/configure.ac +++ b/configure.ac @@ -256,7 +256,7 @@ AC_SUBST(EXIF_CFLAGS) AM_CONDITIONAL(USE_EXIF, test "x$HAVE_EXIF" = "xyes") dnl Orc -ORC_CHECK([0.4.11]) +ORC_CHECK([0.4.16]) dnl set license and copyright notice GST_LICENSE="LGPL"