From: Luis de Bethencourt Date: Thu, 17 May 2012 09:49:11 +0000 (+0100) Subject: configure: bump the orc version required to 0.4.16 X-Git-Tag: RELEASE-0.11.92~115 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=91bc930c423c06d9b3fd2330844bd89bda365270;p=platform%2Fupstream%2Fgst-plugins-bad.git configure: bump the orc version required to 0.4.16 Some opcodes have changed so they would fail to build with 0.4.14 --- diff --git a/configure.ac b/configure.ac index ebdf385..ca4fdbd 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"