added cvconfig.hpp header file to gpu tests

it uses HAVE_CUDA, HAVE_NVCUVID, etc. macroses
This commit is contained in:
Vladislav Vinogradov
2013-08-19 12:46:57 +04:00
parent 473ca0849d
commit 9f33de7071
21 changed files with 41 additions and 7 deletions

View File

@@ -14,6 +14,7 @@
#include "opencv2/highgui.hpp"
#include "opencv2/opencv_modules.hpp"
#include "cvconfig.h"
#ifdef HAVE_OPENCV_OCL
# include "opencv2/nonfree/ocl.hpp"