From 9b758d13449923d4707c80d4ee4a3cad6a757365 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Fri, 11 Aug 2006 17:20:13 +0000 Subject: Bump requirement for external libvcdinfo to one which has vcdinfo_get_seg_resolution. CVS patchset: 8175 CVS date: 2006/08/11 17:20:13 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8ace40c92..0f5f03b22 100644 --- a/configure.ac +++ b/configure.ac @@ -1561,7 +1561,7 @@ if test x"$enable_vcd" = "xyes"; then LIBCDIO_LIBS=`$PKG_CONFIG --libs libcdio` AC_MSG_CHECKING(for libvcdinfo) - if $PKG_CONFIG --atleast-version 0.7.21 libvcdinfo; then + if $PKG_CONFIG --atleast-version 0.7.23 libvcdinfo; then AC_MSG_RESULT(found) LIBVCDINFO_CFLAGS=`$PKG_CONFIG --cflags libvcdinfo` LIBVCDINFO_LIBS=`$PKG_CONFIG --libs libvcdinfo` -- cgit v1.2.3