summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-02-20 16:03:16 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-02-20 16:03:16 +0000
commitfd651e91433450df282f4783581c933bd927b49f (patch)
tree828e33a8cc63fcbc63508daff3a861dccb398ea9
parent721f6f8e151e4911252d7a300870a001737d991e (diff)
downloadxine-lib-fd651e91433450df282f4783581c933bd927b49f.tar.gz
xine-lib-fd651e91433450df282f4783581c933bd927b49f.tar.bz2
we need libdvdnav 0.1.5 now
CVS patchset: 4218 CVS date: 2003/02/20 16:03:16
-rw-r--r--AUTHORS2
-rw-r--r--CREDITS2
-rw-r--r--configure.ac2
3 files changed, 3 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index b955ee469..afbb48e8b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -41,7 +41,7 @@ Thibaut Mattern <tmattern@noos.fr>
Michael Roitzsch <mroi@users.sourceforge.net>
several dxr3 fixes, massive engine contributions, multistream and
- post plugin architecture
+ post plugin architecture, DVD navigation
Mike Melanson <melanson@pcisys.net>
a whole bunch of file demuxers, lots of audio and video decoders,
diff --git a/CREDITS b/CREDITS
index ddcdc27a6..55c998c14 100644
--- a/CREDITS
+++ b/CREDITS
@@ -16,7 +16,7 @@ ffmpeg Miguel Freitas
goom 1.9dev5
gsm610 1.0.10
liba52 0.7.4
-libdvdnav 0.1.4 cvs Michael Roitzsch
+libdvdnav 0.1.5 cvs Michael Roitzsch
libdvdread 0.9.3 cvs Michael Roitzsch
libfaad Miguel Freitas
libmad
diff --git a/configure.ac b/configure.ac
index c3630089c..7c6bb8414 100644
--- a/configure.ac
+++ b/configure.ac
@@ -729,7 +729,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.4,
+ AM_PATH_DVDNAV(0.1.5,
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