Revert "disabled video decoding under linux"
This reverts commit 889674ef43
.
This commit is contained in:

committed by
Vladislav Vinogradov

parent
660d23aa04
commit
11293d071f
@@ -1,7 +1,7 @@
|
||||
#include "cuvid_video_source.h"
|
||||
#include "cu_safe_call.h"
|
||||
|
||||
#if defined(HAVE_CUDA) && defined(WIN32)
|
||||
#if defined(HAVE_CUDA) && !defined(__APPLE__)
|
||||
|
||||
cv::gpu::detail::CuvidVideoSource::CuvidVideoSource(const std::string& fname)
|
||||
{
|
||||
|
Reference in New Issue
Block a user