Skip to content
Snippets Groups Projects
Commit dd4d83b9 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

Revert "configure: rectify minimum libdvdnav version"

This reverts commit 794d9862.
parent 272dbce8
No related branches found
No related tags found
2 merge requests!3533Backport MR 3236 to 3.0.x,!2001Revert "configure: rectify minimum libdvdnav version"
Pipeline #225904 passed with stage
in 14 minutes and 5 seconds
......@@ -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,[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment