Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
0b4d0a81
Commit
0b4d0a81
authored
Jul 11, 2013
by
Roman Donchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sorted cvconfig.h.cmake in alphabetical order.
parent
78cb920b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
82 additions
and
81 deletions
+82
-81
cvconfig.h.cmake
cmake/templates/cvconfig.h.cmake
+82
-81
No files found.
cmake/templates/cvconfig.h.cmake
View file @
0b4d0a81
/* Video for Windows support */
/* OpenCV compiled as static or dynamic libs */
#cmakedefine HAVE_VFW
#cmakedefine BUILD_SHARED_LIBS
/* Compile for 'real' NVIDIA GPU architectures */
#define CUDA_ARCH_BIN "${OPENCV_CUDA_ARCH_BIN}"
/* Create PTX or BIN for 1.0 compute capability */
#cmakedefine CUDA_ARCH_BIN_OR_PTX_10
/* NVIDIA GPU features are used */
#define CUDA_ARCH_FEATURES "${OPENCV_CUDA_ARCH_FEATURES}"
/* Compile for 'virtual' NVIDIA PTX architectures */
#define CUDA_ARCH_PTX "${OPENCV_CUDA_ARCH_PTX}"
/* AVFoundation video libraries */
#cmakedefine HAVE_AVFOUNDATION
/* V4L capturing support */
/* V4L capturing support */
#cmakedefine HAVE_CAMV4L
#cmakedefine HAVE_CAMV4L
...
@@ -7,18 +22,30 @@
...
@@ -7,18 +22,30 @@
/* V4L2 capturing support */
/* V4L2 capturing support */
#cmakedefine HAVE_CAMV4L2
#cmakedefine HAVE_CAMV4L2
/* V4L2 capturing support in videoio.h */
#cmakedefine HAVE_VIDEOIO
/* V4L/V4L2 capturing support via libv4l */
#cmakedefine HAVE_LIBV4L
/* Carbon windowing environment */
/* Carbon windowing environment */
#cmakedefine HAVE_CARBON
#cmakedefine HAVE_CARBON
/* AMD's Basic Linear Algebra Subprograms Library*/
#cmakedefine HAVE_CLAMDBLAS
/* AMD's OpenCL Fast Fourier Transform Library*/
#cmakedefine HAVE_CLAMDFFT
/* Cocoa API */
/* Cocoa API */
#cmakedefine HAVE_COCOA
#cmakedefine HAVE_COCOA
/* C= */
#cmakedefine HAVE_CSTRIPES
/* NVidia Cuda Basic Linear Algebra
Subprograms
(
BLAS
)
API*/
#cmakedefine HAVE_CUBLAS
/* NVidia Cuda Runtime API*/
#cmakedefine HAVE_CUDA
/* NVidia Cuda Fast Fourier
Transform
(
FFT
)
API*/
#cmakedefine HAVE_CUFFT
/* IEEE1394 capturing support */
/* IEEE1394 capturing support */
#cmakedefine HAVE_DC1394
#cmakedefine HAVE_DC1394
...
@@ -28,8 +55,11 @@
...
@@ -28,8 +55,11 @@
/* IEEE1394 capturing support - libdc1394 v2.x */
/* IEEE1394 capturing support - libdc1394 v2.x */
#cmakedefine HAVE_DC1394_2
#cmakedefine HAVE_DC1394_2
/* ffmpeg in Gentoo */
/* DirectShow Video Capture library */
#cmakedefine HAVE_GENTOO_FFMPEG
#cmakedefine HAVE_DSHOW
/* Eigen Matrix & Linear Algebra Library */
#cmakedefine HAVE_EIGEN
/* FFMpeg video library */
/* FFMpeg video library */
#cmakedefine HAVE_FFMPEG
#cmakedefine HAVE_FFMPEG
...
@@ -37,24 +67,24 @@
...
@@ -37,24 +67,24 @@
/* ffmpeg's libswscale */
/* ffmpeg's libswscale */
#cmakedefine HAVE_FFMPEG_SWSCALE
#cmakedefine HAVE_FFMPEG_SWSCALE
/* ffmpeg in Gentoo */
#cmakedefine HAVE_GENTOO_FFMPEG
/* GStreamer multimedia framework */
/* GStreamer multimedia framework */
#cmakedefine HAVE_GSTREAMER
#cmakedefine HAVE_GSTREAMER
/* GTK+ 2.0 Thread support */
/* GTK+ 2.0 Thread support */
#cmakedefine HAVE_GTHREAD
#cmakedefine HAVE_GTHREAD
/* Win32 UI */
#cmakedefine HAVE_WIN32UI
/* GTK+ 2.x toolkit */
/* GTK+ 2.x toolkit */
#cmakedefine HAVE_GTK
#cmakedefine HAVE_GTK
/* OpenEXR codec */
#cmakedefine HAVE_OPENEXR
/* Apple ImageIO Framework */
/* Apple ImageIO Framework */
#cmakedefine HAVE_IMAGEIO
#cmakedefine HAVE_IMAGEIO
/* Intel Integrated Performance Primitives */
#cmakedefine HAVE_IPP
/* JPEG-2000 codec */
/* JPEG-2000 codec */
#cmakedefine HAVE_JASPER
#cmakedefine HAVE_JASPER
...
@@ -64,93 +94,64 @@
...
@@ -64,93 +94,64 @@
/* libpng/png.h needs to be included */
/* libpng/png.h needs to be included */
#cmakedefine HAVE_LIBPNG_PNG_H
#cmakedefine HAVE_LIBPNG_PNG_H
/*
PNG codec
*/
/*
V4L/V4L2 capturing support via libv4l
*/
#cmakedefine
HAVE_PNG
#cmakedefine
HAVE_LIBV4L
/*
QuickTime video libraries
*/
/*
Microsoft Media Foundation Capture library
*/
#cmakedefine
HAVE_QUICKTIME
#cmakedefine
HAVE_MSMF
/*
AVFoundation video libraries
*/
/*
NVidia Video Decoding API
*/
#cmakedefine
HAVE_AVFOUNDATION
#cmakedefine
HAVE_NVCUVID
/*
TIFF codec
*/
/*
OpenCL Support
*/
#cmakedefine
HAVE_TIFF
#cmakedefine
HAVE_OPENCL
/*
Unicap video capture library
*/
/*
OpenEXR codec
*/
#cmakedefine
HAVE_UNICAP
#cmakedefine
HAVE_OPENEXR
/*
Xine video library
*/
/*
OpenGL support
*/
#cmakedefine
HAVE_XINE
#cmakedefine
HAVE_OPENGL
/* OpenNI library */
/* OpenNI library */
#cmakedefine HAVE_OPENNI
#cmakedefine HAVE_OPENNI
/*
Intel Integrated Performance Primitives
*/
/*
PNG codec
*/
#cmakedefine
HAVE_IPP
#cmakedefine
HAVE_PNG
/*
OpenCV compiled as static or dynamic libs
*/
/*
Qt support
*/
#cmakedefine
BUILD_SHARED_LIBS
#cmakedefine
HAVE_QT
/* Define to 1 if your processor stores words with the most significant byte
/* Qt OpenGL support */
first
(
like Motorola and SPARC, unlike Intel and VAX
)
. */
#cmakedefine HAVE_QT_OPENGL
#cmakedefine WORDS_BIGENDIAN
/* QuickTime video libraries */
#cmakedefine HAVE_QUICKTIME
/* Intel Threading Building Blocks */
/* Intel Threading Building Blocks */
#cmakedefine HAVE_TBB
#cmakedefine HAVE_TBB
/* C= */
/* TIFF codec */
#cmakedefine HAVE_CSTRIPES
#cmakedefine HAVE_TIFF
/* Eigen Matrix & Linear Algebra Library */
#cmakedefine HAVE_EIGEN
/* NVidia Cuda Runtime API*/
#cmakedefine HAVE_CUDA
/* NVidia Cuda Fast Fourier
Transform
(
FFT
)
API*/
#cmakedefine HAVE_CUFFT
/* NVidia Cuda Basic Linear Algebra
Subprograms
(
BLAS
)
API*/
#cmakedefine HAVE_CUBLAS
/* NVidia Video Decoding API*/
#cmakedefine HAVE_NVCUVID
/* Compile for 'real' NVIDIA GPU architectures */
#define CUDA_ARCH_BIN "${OPENCV_CUDA_ARCH_BIN}"
/* Compile for 'virtual' NVIDIA PTX architectures */
#define CUDA_ARCH_PTX "${OPENCV_CUDA_ARCH_PTX}"
/* NVIDIA GPU features are used */
#define CUDA_ARCH_FEATURES "${OPENCV_CUDA_ARCH_FEATURES}"
/* Create PTX or BIN for 1.0 compute capability */
#cmakedefine CUDA_ARCH_BIN_OR_PTX_10
/* OpenCL Support */
#cmakedefine HAVE_OPENCL
/*
AMD's OpenCL Fast Fourier Transform Library
*/
/*
Unicap video capture library
*/
#cmakedefine HAVE_
CLAMDFFT
#cmakedefine HAVE_
UNICAP
/*
AMD's Basic Linear Algebra Subprograms Library
*/
/*
Video for Windows support
*/
#cmakedefine HAVE_
CLAMDBLAS
#cmakedefine HAVE_
VFW
/*
DirectShow Video Capture library
*/
/*
V4L2 capturing support in videoio.h
*/
#cmakedefine HAVE_
DSHOW
#cmakedefine HAVE_
VIDEOIO
/*
Microsoft Media Foundation Capture library
*/
/*
Win32 UI
*/
#cmakedefine HAVE_
MSMF
#cmakedefine HAVE_
WIN32UI
/* XIMEA camera support */
/* XIMEA camera support */
#cmakedefine HAVE_XIMEA
#cmakedefine HAVE_XIMEA
/*
OpenGL support
*/
/*
Xine video library
*/
#cmakedefine HAVE_
OPENGL
#cmakedefine HAVE_
XINE
/* Qt support */
/* Define to 1 if your processor stores words with the most significant byte
#cmakedefine HAVE_QT
first
(
like Motorola and SPARC, unlike Intel and VAX
)
. */
#cmakedefine WORDS_BIGENDIAN
/* Qt OpenGL support */
#cmakedefine HAVE_QT_OPENGL
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment