[vlc-commits] Relax a bit the dvdnav requirement
Jean-Baptiste Kempf
git at videolan.org
Wed Feb 20 19:49:23 CET 2019
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Feb 20 19:47:44 2019 +0100| [3fce6dbf7d8afa9eddbfa3193d08c84724c4f9d0] | committer: Jean-Baptiste Kempf
Relax a bit the dvdnav requirement
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3fce6dbf7d8afa9eddbfa3193d08c84724c4f9d0
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 189ceab840..88432841a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1903,7 +1903,7 @@ PKG_ENABLE_MODULES_VLC([DVDREAD], [], [dvdread > 6.0.0], [dvdread input module],
dnl
dnl libdvdnav plugin
dnl
-PKG_ENABLE_MODULES_VLC([DVDNAV], [], [dvdnav > 6.0.0], [DVD with navigation input module (dvdnav)], [auto])
+PKG_ENABLE_MODULES_VLC([DVDNAV], [], [dvdnav >= 6.0.0], [DVD with navigation input module (dvdnav)], [auto])
dnl
dnl Blu-ray Disc Support with libbluray
More information about the vlc-commits
mailing list