summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLuis de Bethencourt <luis@debethencourt.com>2012-05-17 10:49:11 +0100
committerLuis de Bethencourt <luis@debethencourt.com>2012-05-17 10:54:31 +0100
commit91bc930c423c06d9b3fd2330844bd89bda365270 (patch)
treefe0760e1c73344c2375eeeff967f6e0daa573104 /configure.ac
parente044e0fab4a8a6936cc02af2fd28cf7a5e0f1c7f (diff)
downloadgstreamer-plugins-bad-91bc930c423c06d9b3fd2330844bd89bda365270.tar.gz
configure: bump the orc version required to 0.4.16
Some opcodes have changed so they would fail to build with 0.4.14
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ebdf385cf..ca4fdbd13 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"