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

@@ -47,6 +47,7 @@
#include "opencv2/highgui.hpp"
#include "opencv2/imgproc.hpp"
#include "opencv2/ts/ts_perf.hpp"
#include "cvconfig.h"
namespace perf
{

View File

@@ -44,6 +44,7 @@
#define __OPENCV_GPU_TEST_UTILITY_HPP__
#include <stdexcept>
#include "cvconfig.h"
#include "opencv2/core.hpp"
#include "opencv2/core/gpu.hpp"
#include "opencv2/highgui.hpp"