mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
Revert "disabled video decoding under linux"
This reverts commit 889674ef43.
This commit is contained in:
committed by
Vladislav Vinogradov
parent
660d23aa04
commit
11293d071f
@@ -42,7 +42,7 @@
|
||||
|
||||
#include "precomp.hpp"
|
||||
|
||||
#if !defined HAVE_CUDA || defined(CUDA_DISABLER) || !defined(WIN32)
|
||||
#if !defined HAVE_CUDA || defined(CUDA_DISABLER) || defined(__APPLE__)
|
||||
|
||||
class cv::gpu::VideoReader_GPU::Impl
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user