[vlc-commits] Require libdvdnav > 4.9.0
Jean-Baptiste Kempf
git at videolan.org
Sat Aug 2 22:20:38 CEST 2014
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Aug 2 22:20:06 2014 +0200| [9d51e27b52f241f495c171ebfafc35583dd22e11] | committer: Jean-Baptiste Kempf
Require libdvdnav > 4.9.0
Anything older will crash a lot.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9d51e27b52f241f495c171ebfafc35583dd22e11
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 9560bee..4852f2c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1716,7 +1716,7 @@ PKG_ENABLE_MODULES_VLC([DVDREAD], [], [dvdread > 4.9.0], [dvdread input module],
dnl
dnl libdvdnav plugin
dnl
-PKG_ENABLE_MODULES_VLC([DVDNAV], [], [dvdnav >= 4.2.1], [DVD with navigation input module (dvdnav)], [auto])
+PKG_ENABLE_MODULES_VLC([DVDNAV], [], [dvdnav > 4.9.0], [DVD with navigation input module (dvdnav)], [auto])
dnl
dnl Blu-ray Disc Support with libbluray
More information about the vlc-commits
mailing list