diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-09-26 13:35:26 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-09-26 13:35:26 +0000 |
commit | 160a6e6b95b653e0d643c2aeb90c4c859b6ac59c (patch) | |
tree | 8e2ad14a34b32ee469b19995326aa8dd76808b74 | |
parent | 1f0e6bae24d628391f4fa7c82c01b15e47c55c3a (diff) | |
download | xine-lib-160a6e6b95b653e0d643c2aeb90c4c859b6ac59c.tar.gz xine-lib-160a6e6b95b653e0d643c2aeb90c4c859b6ac59c.tar.bz2 |
we need libdvdnav 0.1.4
CVS patchset: 2749
CVS date: 2002/09/26 13:35:26
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1e8dd465e..a27344214 100644 --- a/configure.ac +++ b/configure.ac @@ -627,7 +627,7 @@ AM_CONDITIONAL(HAVE_CDROM_IOCTLS, [test x"$have_cdrom_ioctls" = "xyes"]) dnl --------------------------------------------- dnl check for a usable version of libdvdnav dnl --------------------------------------------- -AM_PATH_DVDNAV(0.1.3, +AM_PATH_DVDNAV(0.1.4, AC_DEFINE(HAVE_DVDNAV,1,[Define this if you have a suitable version of libdvdnav]), [AC_MSG_RESULT([*** no usable version of libdvdnav found, using internal copy ***])]) AM_CONDITIONAL(HAVE_DVDNAV, [test x"$no_dvdnav" != "xyes"]) |