From a25b38f1a3dce5b57d3ac0874d16722d66e153f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 1 Apr 2013 21:48:01 +0100 Subject: [PATCH] Bump soft liborc requirement to 0.4.17 To match -base and -good. Also fixes potential crash when a fallback function has to be used. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9f98cc6..7e028a1 100644 --- a/configure.ac +++ b/configure.ac @@ -260,7 +260,7 @@ AC_SUBST(EXIF_CFLAGS) AM_CONDITIONAL(USE_EXIF, test "x$HAVE_EXIF" = "xyes") dnl Orc -ORC_CHECK([0.4.16]) +ORC_CHECK([0.4.17]) dnl set license and copyright notice GST_LICENSE="LGPL" -- 2.7.4