diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-02-26 20:46:09 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-02-26 20:46:09 +0000 |
commit | c8850637a26a0b78a3e1bc72f701bef74e14f3d8 (patch) | |
tree | a54b42fca4f0d8dd9c14d065f514d57aa50f692f /configure.ac | |
parent | 58225278a80cb6b20b517118327f6c95765a09fe (diff) | |
download | xine-lib-c8850637a26a0b78a3e1bc72f701bef74e14f3d8.tar.gz xine-lib-c8850637a26a0b78a3e1bc72f701bef74e14f3d8.tar.bz2 |
toplevel notes on new libdvdnav version
CVS patchset: 4293
CVS date: 2003/02/26 20:46:09
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 416bad624..31c82aa93 100644 --- a/configure.ac +++ b/configure.ac @@ -733,7 +733,7 @@ AC_ARG_WITH(external-dvdnav,[ --with-external-dvdnav Use external dvdnav libra [external_dvdnav="yes"], [no_dvdnav="yes"; external_dvdnav="no"]) if test x"$external_dvdnav" = "xyes"; then - AM_PATH_DVDNAV(0.1.5, + AM_PATH_DVDNAV(0.1.6, 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 ***])]) else |