mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
disabled video decoding under linux
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
|
||||
#include "thread_wrappers.h"
|
||||
|
||||
#if defined(HAVE_CUDA) && !defined(__APPLE__)
|
||||
#if defined(HAVE_CUDA) && defined(WIN32)
|
||||
|
||||
#ifdef WIN32
|
||||
#define NOMINMAX
|
||||
|
||||
Reference in New Issue
Block a user