X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/a6709e2aea03a671e45b6b46a8d406de4b6daab1..19327f69dabaef06538914f0f33e40023810ce7f:/configure.ac diff --git a/configure.ac b/configure.ac index 20b9736a..8c8609c0 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 ***])) @@ -71,6 +79,7 @@ data/Makefile data/fonts/Makefile data/countries/Makefile data/defaults/Makefile +data/defaults/Dream/Makefile data/extensions/Makefile data/skin_default/Makefile data/skin_default/menu/Makefile @@ -114,6 +123,8 @@ lib/python/Plugins/Extensions/FileManager/Makefile lib/python/Plugins/Extensions/CutListEditor/Makefile lib/python/Plugins/Extensions/MediaScanner/Makefile lib/python/Plugins/Extensions/MediaPlayer/Makefile +lib/python/Plugins/Extensions/DVDPlayer/Makefile +lib/python/Plugins/Extensions/DVDPlayer/src/Makefile lib/python/Plugins/Extensions/PicturePlayer/Makefile lib/python/Plugins/Extensions/PicturePlayer/data/Makefile lib/python/Plugins/Extensions/GraphMultiEPG/Makefile