Commit 46527ae8 authored by Rémi Duraffort's avatar Rémi Duraffort

configure: do not fail if dvdnav is not present.

parent 8c475b9f
......@@ -1867,8 +1867,8 @@ then
[], [${LIBS_dvdnav}])
AC_CHECK_LIB(dvdnav, dvdnav_describe_title_chapters,
AC_DEFINE(HAVE_DVDNAV_DESCRIBE_TITLE_CHAPTERS, 1, [Define if you have dvdnav_describe_title_chapters.]),
[], [${LIBS_dvdnav}])
])
[], [${LIBS_dvdnav}])],
[AC_MSG_WARN(dvdnav library not found)])
fi
dnl
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment