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

Merge pull request #2261 from jet47:stitching-cuda-android

This commit is contained in:
Roman Donchenko
2014-02-03 15:35:55 +04:00
committed by OpenCV Buildbot
19 changed files with 207 additions and 52 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;