diff options
author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2002-09-19 05:01:57 +0000 |
---|---|---|
committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2002-09-19 05:01:57 +0000 |
commit | f28b2a11a87ff7e1306087401c370cc720f0afa3 (patch) | |
tree | 7a83eec98829d3098beb4bdefa6ea5a1985af576 /configure.in | |
parent | 7fcc8b6884be847d7b0326b500a1858bf926cac4 (diff) | |
download | xine-lib-f28b2a11a87ff7e1306087401c370cc720f0afa3.tar.gz xine-lib-f28b2a11a87ff7e1306087401c370cc720f0afa3.tar.bz2 |
Update configure.in for new libdvdnav version.
Get DVD support to compile.
FIXME: We need to sort out the nav_types.h include file.
Basically, Which version of it should we use ?
CVS patchset: 2704
CVS date: 2002/09/19 05:01:57
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 24c968d06..97033b4ba 100644 --- a/configure.in +++ b/configure.in @@ -622,7 +622,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), [AC_MSG_RESULT([*** no usable version of libdvdnav found, using internal copy ***])]) AM_CONDITIONAL(HAVE_DVDNAV, [test x"$no_dvdnav" != "xyes"]) |