X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=configure.ac;h=0ab8dd76873c5f8b44ed29a57e66cd5e0ddcc816;hp=2dddd4c6afe99dfd64454dde64a347f9c01ccf44;hb=06f7820d3c5fff95b0609c1e5830cc234a0b2741;hpb=21b6d1de63ab0a7f66a9cf6b72c628375c712bc9 diff --git a/configure.ac b/configure.ac index 2dddd4c..0ab8dd7 100644 --- a/configure.ac +++ b/configure.ac @@ -16,6 +16,7 @@ AC_ARG_WITH(libsdl, AM_PATH_PYTHON(2.3) AC_PYTHON_DEVEL +#AM_PATH_XINE(1.1.0,, AC_MSG_ERROR([*** Please install xine-lib (devel) first ***])) TUXBOX_APPS_DVB @@ -28,6 +29,9 @@ TUXBOX_APPS_LIB_PKGCONFIG(PNG,libpng) TUXBOX_APPS_LIB_PKGCONFIG(SIGC,sigc++-1.2) TUXBOX_APPS_LIB_PKGCONFIG(DVBSI,libdvbsi++) _TUXBOX_APPS_LIB_PKGCONFIG_OPTIONAL(GSTREAMER,gstreamer,HAVE_GSTREAMER) +AC_CHECK_LIB(jpeg, jpeg_set_defaults, HAVE_JPEG="yes", HAVE_JPEG="no") +JPEG_LIBS="-ljpeg" +AC_SUBST(JPEG_LIBS) if test "$withsdl" = "yes" ; then TUXBOX_APPS_LIB_CONFIG(SDL,sdl-config) @@ -82,10 +86,14 @@ lib/python/Plugins/Extensions/FileManager/Makefile lib/python/Plugins/Extensions/FritzCall/Makefile lib/python/Plugins/Extensions/CutListEditor/Makefile lib/python/Plugins/Extensions/ZappingAlternatives/Makefile +lib/python/Plugins/Extensions/PicturePlayer/Makefile +lib/python/Plugins/Extensions/PicturePlayer/data/Makefile lib/python/Tools/Makefile lib/service/Makefile lib/components/Makefile po/Makefile main/Makefile +tools/Makefile ]) + #lib/python/Plugins/Extensions/SimpleRSS/Makefile