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

renamed gpu* source to cuda* in core module

This commit is contained in:
Vladislav Vinogradov
2013-07-23 14:12:04 +04:00
parent 91dd44e7fa
commit cfe4a71dc6
63 changed files with 67 additions and 67 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
#include "precomp.hpp"
#include "opencv2/ts/gpu_perf.hpp"
#include "opencv2/core/gpu.hpp"
#include "opencv2/core/cuda.hpp"
#ifdef HAVE_CUDA
#include <cuda_runtime.h>
+1 -1
View File
@@ -1,7 +1,7 @@
#include "precomp.hpp"
#ifdef HAVE_CUDA
#include "opencv2/core/gpu.hpp"
#include "opencv2/core/cuda.hpp"
#endif
#ifdef ANDROID