[vlc-commits] [Git][videolan/vlc][3.0.x] Revert "configure: rectify minimum libdvdnav version"
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Sun May 29 16:22:35 UTC 2022
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC
Commits:
dd4d83b9 by Jean-Baptiste Kempf at 2022-05-29T16:03:09+00:00
Revert "configure: rectify minimum libdvdnav version"
This reverts commit 794d986264f6f98107abf1d8569208d2360b299e.
- - - - -
1 changed file:
- configure.ac
Changes:
=====================================
configure.ac
=====================================
@@ -1868,7 +1868,7 @@ PKG_ENABLE_MODULES_VLC([DVDREAD], [], [dvdread > 4.9.0], [dvdread input module],
dnl
dnl libdvdnav plugin
dnl
-PKG_ENABLE_MODULES_VLC([DVDNAV], [], [dvdnav > 5.0.3], [DVD with navigation input module (dvdnav)], [auto])
+PKG_ENABLE_MODULES_VLC([DVDNAV], [], [dvdnav > 4.9.0], [DVD with navigation input module (dvdnav)], [auto])
AS_IF([test "${enable_dvdnav}" != "no"], [
AC_MSG_CHECKING(for dvdnav_stream_cb in dvdnav/dvdnav.h)
AC_EGREP_HEADER(dvdnav_stream_cb,dvdnav/dvdnav.h,[
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/dd4d83b9605c42f58dfb50dce100e721e958a1e7
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/dd4d83b9605c42f58dfb50dce100e721e958a1e7
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list