Commit 6ebc9547 authored by Vladislav Vinogradov's avatar Vladislav Vinogradov

fix videostab compilation without CUDA

parent 2660eee9
......@@ -47,6 +47,8 @@
#include "opencv2/opencv_modules.hpp"
#include "clp.hpp"
#include "opencv2/core/private.cuda.hpp"
#if !defined HAVE_CUDA || defined(CUDA_DISABLER)
namespace cv { namespace cuda {
......
......@@ -44,6 +44,8 @@
#include "opencv2/videostab/wobble_suppression.hpp"
#include "opencv2/videostab/ring_buffer.hpp"
#include "opencv2/core/private.cuda.hpp"
#ifdef HAVE_OPENCV_CUDAWARPING
# include "opencv2/cudawarping.hpp"
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment