opencv/modules/highgui
Roman Donchenko ca8b621b4f Refactored detecting several Apple-related technologies.
Now the HAVE_* macros are set using cvconfig.h. Previously most
of them already were there, but were always undefined. One,
HAVE_COCOA, I had to add.

This also makes the CMake code more consistent; now, WITH_* variables
are always checked in cmake/*, while HAVE_* variables are checked in
modules/highgui/CMakeLists.txt.
2013-07-10 19:45:56 +04:00
..
doc Fixed multiple issues in docs (bug #2410) 2013-01-31 17:34:40 +04:00
include/opencv2/highgui Merge pull request #1063 from alekcac:conversion 2013-06-28 14:41:35 +04:00
perf Perf test failure fixes for Media Foundation. 2013-06-25 03:35:57 -07:00
src Removed a few more unused configuration macros. 2013-07-10 18:29:11 +04:00
test Remove HAVE_CVCONFIG_H - it's always defined. 2013-07-10 16:02:07 +04:00
CMakeLists.txt Refactored detecting several Apple-related technologies. 2013-07-10 19:45:56 +04:00