1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

fixed build under MacOS (disabled video decoding, it's not supported)

This commit is contained in:
Vladislav Vinogradov
2012-05-11 11:48:15 +00:00
parent 91e312958b
commit 2dafc9a853
14 changed files with 25 additions and 17 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
#include "precomp.hpp"
#if !defined HAVE_CUDA || !defined WIN32
#if !defined(HAVE_CUDA) || !defined(WIN32)
class cv::gpu::VideoWriter_GPU::Impl
{