X-Git-Url: http://git.maemo.org/git/?p=opencv;a=blobdiff_plain;f=cvconfig.h.in;fp=cvconfig.h.in;h=eabbcd78a1acb1c2a2615a145b92b1cda582a324;hp=f27f12df84b7bde852d91c6681d95915478b2129;hb=e4c14cdbdf2fe805e79cd96ded236f57e7b89060;hpb=454138ff8a20f6edb9b65a910101403d8b520643 diff --git a/cvconfig.h.in b/cvconfig.h.in index f27f12d..eabbcd7 100644 --- a/cvconfig.h.in +++ b/cvconfig.h.in @@ -1,5 +1,8 @@ /* cvconfig.h.in. Generated from configure.in by autoheader. */ +/* Define if building universal (internal helper macro) */ +#undef AC_APPLE_UNIVERSAL_BUILD + /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP systems. This function is required for `alloca.c' support on those systems. */ @@ -33,12 +36,27 @@ /* libdc1394 0.9.4 or 0.9.5 */ #undef HAVE_DC1394_095 +/* IEEE1394 capturing support */ +#undef HAVE_DC1394_2 + /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* FFMpeg video library */ +/* FFMPEG video library */ #undef HAVE_FFMPEG +/* Define to 1 if you have the header file. */ +#undef HAVE_FFMPEG_AVCODEC_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_FFMPEG_AVFORMAT_H + +/* FFMPEG helper library */ +#undef HAVE_FFMPEG_SWSCALE + +/* Define to 1 if you have the header file. */ +#undef HAVE_FFMPEG_SWSCALE_H + /* GStreamer multimedia framework */ #undef HAVE_GSTREAMER @@ -63,6 +81,12 @@ /* IJG JPEG codec */ #undef HAVE_JPEG +/* Define to 1 if you have the header file. */ +#undef HAVE_LIBAVCODEC_AVCODEC_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_LIBAVFORMAT_AVFORMAT_H + /* Define to 1 if you have the `dl' library (-ldl). */ #undef HAVE_LIBDL @@ -75,6 +99,12 @@ /* Define to 1 if you have the `pthread' library (-lpthread). */ #undef HAVE_LIBPTHREAD +/* Define to 1 if you have the header file. */ +#undef HAVE_LIBSWSCALE_SWSCALE_H + +/* Define to 1 if you have the `z' library (-lz). */ +#undef HAVE_LIBZ + /* Define to 1 if you have the `lrint' function. */ #undef HAVE_LRINT @@ -84,6 +114,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H +/* Support mmx instructions */ +#undef HAVE_MMX + /* PNG codec */ #undef HAVE_PNG @@ -99,6 +132,18 @@ /* QuickTime video libraries */ #undef HAVE_QUICKTIME +/* Support SSE (Streaming SIMD Extensions) instructions */ +#undef HAVE_SSE + +/* Support SSE2 (Streaming SIMD Extensions 2) instructions */ +#undef HAVE_SSE2 + +/* Support SSE3 (Streaming SIMD Extensions 3) instructions */ +#undef HAVE_SSE3 + +/* Support SSSE3 (Supplemental Streaming SIMD Extensions 3) instructions */ +#undef HAVE_SSSE3 + /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H @@ -120,15 +165,25 @@ /* TIFF codec */ #undef HAVE_TIFF +/* Unicap video capture library */ +#undef HAVE_UNICAP + /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H +/* BLAS and LAPACK from Accelerate/vecLib framework */ +#undef HAVE_VECLIB + /* Xine video library */ #undef HAVE_XINE /* LZ77 compression/decompression library (used for PNG) */ #undef HAVE_ZLIB +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Name of package */ #undef PACKAGE @@ -144,6 +199,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 @@ -161,6 +219,14 @@ /* Version number of package */ #undef VERSION -/* Define to 1 if your processor stores words with the most significant byte - first (like Motorola and SPARC, unlike Intel and VAX). */ -#undef WORDS_BIGENDIAN +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most + significant byte first (like Motorola and SPARC, unlike Intel). */ +#if defined AC_APPLE_UNIVERSAL_BUILD +# if defined __BIG_ENDIAN__ +# define WORDS_BIGENDIAN 1 +# endif +#else +# ifndef WORDS_BIGENDIAN +# undef WORDS_BIGENDIAN +# endif +#endif