configure: bump the orc version required to 0.4.16
authorLuis de Bethencourt <luis@debethencourt.com>
Thu, 17 May 2012 09:49:11 +0000 (10:49 +0100)
committerLuis de Bethencourt <luis@debethencourt.com>
Thu, 17 May 2012 09:54:31 +0000 (10:54 +0100)
Some opcodes have changed so they would fail to build with 0.4.14

configure.ac

index ebdf385..ca4fdbd 100644 (file)
@@ -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"