vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
