Advertisement
Guest User

Untitled

a guest
Sep 20th, 2013
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.69 KB | None | 0 0
  1. /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
  2. systems. This function is required for `alloca.c' support on those systems.
  3. */
  4. /* #undef CRAY_STACKSEG_END */
  5.  
  6. /* Define to 1 if using `alloca.c'. */
  7. /* #undef C_ALLOCA */
  8.  
  9. /* Define to 1 if you have `alloca', as a function or macro. */
  10. /* #undef HAVE_ALLOCA */
  11.  
  12. /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
  13. */
  14. /* #undef HAVE_ALLOCA_H */
  15.  
  16. /* Video for Windows support */
  17. #define HAVE_VFW
  18.  
  19. /* V4L capturing support */
  20. /* #undef HAVE_CAMV4L */
  21.  
  22. /* V4L2 capturing support */
  23. /* #undef HAVE_CAMV4L2 */
  24.  
  25. /* V4L2 capturing support in videoio.h */
  26. /* #undef HAVE_VIDEOIO */
  27.  
  28. /* V4L/V4L2 capturing support via libv4l */
  29. /* #undef HAVE_LIBV4L */
  30.  
  31. /* Carbon windowing environment */
  32. /* #undef HAVE_CARBON */
  33.  
  34. /* IEEE1394 capturing support */
  35. /* #undef HAVE_DC1394 */
  36.  
  37. /* libdc1394 0.9.4 or 0.9.5 */
  38. /* #undef HAVE_DC1394_095 */
  39.  
  40. /* IEEE1394 capturing support - libdc1394 v2.x */
  41. /* #undef HAVE_DC1394_2 */
  42.  
  43. /* ffmpeg in Gentoo */
  44. #define HAVE_GENTOO_FFMPEG
  45.  
  46. /* FFMpeg video library */
  47. /* #undef HAVE_FFMPEG */
  48.  
  49. /* FFMpeg version flag */
  50. #define NEW_FFMPEG
  51.  
  52. /* ffmpeg's libswscale */
  53. #define HAVE_FFMPEG_SWSCALE
  54.  
  55. /* GStreamer multimedia framework */
  56. /* #undef HAVE_GSTREAMER */
  57.  
  58. /* GTK+ 2.0 Thread support */
  59. /* #undef HAVE_GTHREAD */
  60.  
  61. /* Win32 UI */
  62. #define HAVE_WIN32UI
  63.  
  64. /* GTK+ 2.x toolkit */
  65. /* #undef HAVE_GTK */
  66.  
  67. /* OpenEXR codec */
  68. /* #undef HAVE_ILMIMF */
  69.  
  70. /* Apple ImageIO Framework */
  71. /* #undef HAVE_IMAGEIO */
  72.  
  73. /* Define to 1 if you have the <inttypes.h> header file. */
  74. /* #undef HAVE_INTTYPES_H */
  75.  
  76. /* JPEG-2000 codec */
  77. /* #undef HAVE_JASPER */
  78.  
  79. /* IJG JPEG codec */
  80. /* #undef HAVE_JPEG */
  81.  
  82. /* Define to 1 if you have the `dl' library (-ldl). */
  83. /* #undef HAVE_LIBDL */
  84.  
  85. /* Define to 1 if you have the `gomp' library (-lgomp). */
  86. /* #undef HAVE_LIBGOMP */
  87.  
  88. /* Define to 1 if you have the `m' library (-lm). */
  89. /* #undef HAVE_LIBM */
  90.  
  91. /* libpng/png.h needs to be included */
  92. /* #undef HAVE_LIBPNG_PNG_H */
  93.  
  94. /* Define to 1 if you have the `pthread' library (-lpthread). */
  95. /* #undef HAVE_LIBPTHREAD */
  96.  
  97. /* Define to 1 if you have the `lrint' function. */
  98. /* #undef HAVE_LRINT */
  99.  
  100. /* PNG codec */
  101. /* #undef HAVE_PNG */
  102.  
  103. /* Define to 1 if you have the `png_get_valid' function. */
  104. /* #undef HAVE_PNG_GET_VALID */
  105.  
  106. /* png.h needs to be included */
  107. /* #undef HAVE_PNG_H */
  108.  
  109. /* Define to 1 if you have the `png_set_tRNS_to_alpha' function. */
  110. /* #undef HAVE_PNG_SET_TRNS_TO_ALPHA */
  111.  
  112. /* QuickTime video libraries */
  113. /* #undef HAVE_QUICKTIME */
  114.  
  115. /* AVFoundation video libraries */
  116. /* #undef HAVE_AVFOUNDATION */
  117.  
  118. /* TIFF codec */
  119. /* #undef HAVE_TIFF */
  120.  
  121. /* Unicap video capture library */
  122. /* #undef HAVE_UNICAP */
  123.  
  124. /* Define to 1 if you have the <unistd.h> header file. */
  125. #define HAVE_UNISTD_H 1
  126.  
  127. /* Xine video library */
  128. /* #undef HAVE_XINE */
  129.  
  130. /* OpenNI library */
  131. /* #undef HAVE_OPENNI */
  132.  
  133. /* LZ77 compression/decompression library (used for PNG) */
  134. /* #undef HAVE_ZLIB */
  135.  
  136. /* Intel Integrated Performance Primitives */
  137. /* #undef HAVE_IPP */
  138.  
  139. /* OpenCV compiled as static or dynamic libs */
  140. #define BUILD_SHARED_LIBS
  141.  
  142. /* Name of package */
  143. #define PACKAGE "opencv"
  144.  
  145. /* Define to the address where bug reports for this package should be sent. */
  146. #define PACKAGE_BUGREPORT "opencvlibrary-devel@lists.sourceforge.net"
  147.  
  148. /* Define to the full name of this package. */
  149. #define PACKAGE_NAME "opencv"
  150.  
  151. /* Define to the full name and version of this package. */
  152. #define PACKAGE_STRING "opencv 2.4.6.1"
  153.  
  154. /* Define to the one symbol short name of this package. */
  155. #define PACKAGE_TARNAME "opencv"
  156.  
  157. /* Define to the version of this package. */
  158. #define PACKAGE_VERSION "2.4.6.1"
  159.  
  160. /* If using the C implementation of alloca, define if you know the
  161. direction of stack growth for your system; otherwise it will be
  162. automatically deduced at runtime.
  163. STACK_DIRECTION > 0 => grows toward higher addresses
  164. STACK_DIRECTION < 0 => grows toward lower addresses
  165. STACK_DIRECTION = 0 => direction of growth unknown */
  166. /* #undef STACK_DIRECTION */
  167.  
  168. /* Version number of package */
  169. #define VERSION "2.4.6.1"
  170.  
  171. /* Define to 1 if your processor stores words with the most significant byte
  172. first (like Motorola and SPARC, unlike Intel and VAX). */
  173. /* #undef WORDS_BIGENDIAN */
  174.  
  175. /* Intel Threading Building Blocks */
  176. #define HAVE_TBB
  177.  
  178. /* C= */
  179. /* #undef HAVE_CSTRIPES */
  180.  
  181. /* Eigen Matrix & Linear Algebra Library */
  182. /* #undef HAVE_EIGEN */
  183.  
  184. /* NVidia Cuda Runtime API*/
  185. /* #undef HAVE_CUDA */
  186.  
  187. /* NVidia Cuda Fast Fourier Transform (FFT) API*/
  188. /* #undef HAVE_CUFFT */
  189.  
  190. /* NVidia Cuda Basic Linear Algebra Subprograms (BLAS) API*/
  191. /* #undef HAVE_CUBLAS */
  192.  
  193. /* NVidia Video Decoding API*/
  194. /* #undef HAVE_NVCUVID */
  195.  
  196. /* Compile for 'real' NVIDIA GPU architectures */
  197. #define CUDA_ARCH_BIN ""
  198.  
  199. /* Compile for 'virtual' NVIDIA PTX architectures */
  200. #define CUDA_ARCH_PTX ""
  201.  
  202. /* NVIDIA GPU features are used */
  203. #define CUDA_ARCH_FEATURES ""
  204.  
  205. /* Create PTX or BIN for 1.0 compute capability */
  206. /* #undef CUDA_ARCH_BIN_OR_PTX_10 */
  207.  
  208. /* OpenCL Support */
  209. #define HAVE_OPENCL
  210.  
  211. /* AMD's OpenCL Fast Fourier Transform Library*/
  212. #define HAVE_CLAMDFFT
  213.  
  214. /* AMD's Basic Linear Algebra Subprograms Library*/
  215. #define HAVE_CLAMDBLAS
  216.  
  217. /* DirectShow Video Capture library */
  218. #define HAVE_DSHOW
  219.  
  220. /* Microsoft Media Foundation Capture library */
  221. /* #undef HAVE_MSMF */
  222.  
  223. /* XIMEA camera support */
  224. /* #undef HAVE_XIMEA */
  225.  
  226. /* OpenGL support*/
  227. /* #undef HAVE_OPENGL */
  228.  
  229. /* Clp support */
  230. /* #undef HAVE_CLP */
  231.  
  232. /* Qt support */
  233. /* #undef HAVE_QT */
  234.  
  235. /* Qt OpenGL support */
  236. /* #undef HAVE_QT_OPENGL */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement