1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

turn on CUDA part of nonfree module on Android for non-dynamic build

This commit is contained in:
Vladislav Vinogradov
2014-02-03 11:52:43 +04:00
parent 2bef73c968
commit d8f7377122
7 changed files with 13 additions and 19 deletions
+3 -1
View File
@@ -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;