summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-02-26 20:46:09 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-02-26 20:46:09 +0000
commitc8850637a26a0b78a3e1bc72f701bef74e14f3d8 (patch)
treea54b42fca4f0d8dd9c14d065f514d57aa50f692f
parent58225278a80cb6b20b517118327f6c95765a09fe (diff)
downloadxine-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
-rw-r--r--CREDITS2
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
3 files changed, 4 insertions, 3 deletions
diff --git a/CREDITS b/CREDITS
index 55c998c14..b6fba17cc 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.5 cvs Michael Roitzsch
+libdvdnav 0.1.6 cvs Michael Roitzsch
libdvdread 0.9.3 cvs Michael Roitzsch
libfaad Miguel Freitas
libmad
diff --git a/ChangeLog b/ChangeLog
index 64e182390..899519a0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
xine-lib (1-beta7)
-
+ * libdvdnav updated to 0.1.6cvs: fixes a whole class of problems caused
+ by dvdnav being a bit ahead in the stream due to xine's fifos
xine-lib (1-beta6)
* inform the width and height for the v4l input plugin
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