From 186c6c33f5975c6180dce7836ecf52c3104df430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 5 Oct 2011 10:03:43 +0000 Subject: prepare for libv4l support svn path=/trunk/externals/pdp/; revision=15510 --- include/pdp_config.h.in | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'include') diff --git a/include/pdp_config.h.in b/include/pdp_config.h.in index 1ecfb3a..cc37277 100644 --- a/include/pdp_config.h.in +++ b/include/pdp_config.h.in @@ -9,6 +9,12 @@ /* Define to 1 if you have the `m' library (-lm). */ #undef HAVE_LIBM +/* Define to 1 if you have the header file. */ +#undef HAVE_LIBV4L1_VIDEODEV_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_LINUX_VIDEODEV_H + /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H @@ -18,24 +24,21 @@ /* gsl support */ #undef HAVE_PDP_GSL +/* build pdp_v4l with libv4l */ +#undef HAVE_PDP_LIBV4L + /* build png support */ #undef HAVE_PDP_PNG /* build pdp_qt */ #undef HAVE_PDP_QT -/* readline needed for console support */ -#undef HAVE_PDP_READLINE - /* build pdp_sdl */ #undef HAVE_PDP_SDL /* build pdp_v4l */ #undef HAVE_PDP_V4L -/* experimental vforth dsp engine */ -#undef HAVE_PDP_VFORTH - /* build X11 support */ #undef HAVE_PDP_X @@ -78,6 +81,9 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION -- cgit v1.2.1