mirror of
https://github.com/opencv/opencv.git
synced 2026-07-28 23:03:03 +04:00
disabled video decoding under linux
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
#include "video_decoder.h"
|
||||
#include "frame_queue.h"
|
||||
|
||||
#if defined(HAVE_CUDA) && !defined(__APPLE__)
|
||||
#if defined(HAVE_CUDA) && defined(WIN32)
|
||||
|
||||
void cv::gpu::detail::VideoDecoder::create(const VideoReader_GPU::FormatInfo& videoFormat)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user