Fix the build of OpenCV with XIMEA on Windows 64 bits:
authorPhilippe FOUBERT <philippe.foubert@free.fr>
Sun, 10 Nov 2013 16:46:59 +0000 (17:46 +0100)
committerPhilippe FOUBERT <philippe.foubert@free.fr>
Sun, 10 Nov 2013 16:46:59 +0000 (17:46 +0100)
commit8b0fc04d935f101a9f573af41179c0cccfab86a7
treec67cc897c9de4bfc57f277c5545ab8b2d53e6667
parent0ac61240c5af2a7487bd1b67cbe455d0977db3ae
Fix the build of OpenCV with XIMEA on Windows 64 bits:
  - crosses initializations in "cap_ximea.cpp" (which also contained some awfull "goto" instructions)
  - the "CMAKE_CL_64" variable is not initialized when using mingw

PR#1039 modified to be able to merge on branch 2.4
cmake/OpenCVFindXimea.cmake
modules/highgui/CMakeLists.txt
modules/highgui/src/cap_ximea.cpp