diff options
Diffstat (limited to 'm4/input.m4')
-rw-r--r-- | m4/input.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/input.m4 b/m4/input.m4 index b50b830a7..7c9fc73b1 100644 --- a/m4/input.m4 +++ b/m4/input.m4 @@ -128,6 +128,7 @@ AC_DEFUN([XINE_INPUT_PLUGINS], [ ACX_PACKAGE_CHECK([DVDNAV], [0.1.9], [dvdnav-config], [AC_DEFINE([HAVE_DVDNAV], 1, [Define this if you have a suitable version of libdvdnav])], [AC_MSG_RESULT([*** no usable version of libdvdnav found, using internal copy ***])]) + AC_CHECK_LIB([dvdread], [navRead_DSI], [DVDNAV_LIBS="$DVDNAV_LIBS -ldvdread"], []) else AC_MSG_RESULT([Using included DVDNAV support]) fi |