[vlc-commits] Require libdvdnav > 4.9.0
Jean-Baptiste Kempf
git at videolan.org
Sat Aug 2 22:29:53 CEST 2014
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Aug 2 22:20:06 2014 +0200| [e4fb72a931b8c28917affe745b2057306589e1c5] | committer: Jean-Baptiste Kempf
Require libdvdnav > 4.9.0
Anything older will crash a lot.
(cherry picked from commit 9d51e27b52f241f495c171ebfafc35583dd22e11)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=e4fb72a931b8c28917affe745b2057306589e1c5
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 953a58a..5daf954 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1699,7 +1699,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