configure: bump the orc version required to 0.4.16

Some opcodes have changed so they would fail to build with 0.4.14
This commit is contained in:
Luis de Bethencourt 2012-05-17 10:49:11 +01:00
parent e044e0fab4
commit 91bc930c42

View 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"