turn on CUDA part of nonfree module on Android for non-dynamic build(cherry picked from commit d8f7377122
)
This commit is contained in:

committed by
Alexander Smorkalov

parent
f6367a2ea5
commit
f15a167df4
@@ -42,7 +42,9 @@
|
||||
|
||||
#include "test_precomp.hpp"
|
||||
|
||||
#if defined(HAVE_OPENCV_GPU) && defined(HAVE_CUDA)
|
||||
#include "cvconfig.h"
|
||||
|
||||
#if defined(HAVE_OPENCV_GPU) && defined(HAVE_CUDA) && !defined(DYNAMIC_CUDA_SUPPORT)
|
||||
|
||||
using namespace cvtest;
|
||||
|
||||
|
Reference in New Issue
Block a user