disabled video decoding under linux

This commit is contained in:
Vladislav Vinogradov
2012-12-13 13:48:24 +04:00
parent 5ddf4e4ed7
commit 889674ef43
17 changed files with 30 additions and 37 deletions

View File

@@ -1,7 +1,7 @@
#include "cuvid_video_source.h"
#include "cu_safe_call.h"
#if defined(HAVE_CUDA) && !defined(__APPLE__)
#if defined(HAVE_CUDA) && defined(WIN32)
cv::gpu::detail::CuvidVideoSource::CuvidVideoSource(const std::string& fname)
{