fixed build for CARMA:
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Thu, 20 Dec 2012 12:19:14 +0000 (16:19 +0400)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Fri, 21 Dec 2012 09:45:50 +0000 (13:45 +0400)
commit2f1ca1b6b3d160cb0e93c27d8b2fc419c7ce04f3
tree268a3669394aa42db0902365b6096641d9eb5445
parent11293d071fa3f0926bd44703a32e91541168cb0b
fixed build for CARMA:

* added CMake toolchain file
* added WITH_NVCUVID flag
21 files changed:
CMakeLists.txt
cmake/OpenCVDetectCUDA.cmake
cmake/templates/cvconfig.h.cmake
modules/gpu/CMakeLists.txt
modules/gpu/misc/carma.toolchain.cmake [new file with mode: 0644]
modules/gpu/src/cuvid_video_source.cpp
modules/gpu/src/cuvid_video_source.h
modules/gpu/src/ffmpeg_video_source.cpp
modules/gpu/src/ffmpeg_video_source.h
modules/gpu/src/frame_queue.cpp
modules/gpu/src/frame_queue.h
modules/gpu/src/precomp.hpp
modules/gpu/src/thread_wrappers.cpp
modules/gpu/src/thread_wrappers.h
modules/gpu/src/video_decoder.cpp
modules/gpu/src/video_decoder.h
modules/gpu/src/video_parser.cpp
modules/gpu/src/video_parser.h
modules/gpu/src/video_reader.cpp
modules/gpu/src/video_writer.cpp
modules/gpu/test/test_video.cpp