X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/9ae469143c29c19ee24c0ffc9f91f4dcb252eaf3..0d1f59e4a4c6b096b18cac11876066e3384c4b3a:/configure.ac diff --git a/configure.ac b/configure.ac index 50e30aad..43485871 100644 --- a/configure.ac +++ b/configure.ac @@ -14,6 +14,14 @@ AC_ARG_WITH(libsdl, [[withsdl=yes]] ) +AC_CHECK_HEADER(dreamdvd/ddvdlib.h,have_ddvdlib="yes",have_ddvdlib="no") +if test x"${have_ddvdlib}" = xyes ; then + AC_DEFINE(HAVE_DDVDLIB, 1,[Define if ddvdlib is available]) +else + AC_MSG_NOTICE([ddvdlib not found... dont build dvd plugin]) +fi +AM_CONDITIONAL(HAVE_DDVDLIB, test "$have_ddvdlib" = "yes") + AM_PATH_PYTHON() AC_PYTHON_DEVEL #AM_PATH_XINE(1.1.0,, AC_MSG_ERROR([*** Please install xine-lib (devel) first ***]))