From: Vladislav Vinogradov Date: Tue, 27 Aug 2013 09:34:43 +0000 (+0400) Subject: removed dependecy from cudalegacy X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~3715^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=06f07944c859bc9d3d064c966d63cd192de82417;p=platform%2Fupstream%2Fopencv.git removed dependecy from cudalegacy --- diff --git a/modules/cudaarithm/CMakeLists.txt b/modules/cudaarithm/CMakeLists.txt index e676fa6..f44c283 100644 --- a/modules/cudaarithm/CMakeLists.txt +++ b/modules/cudaarithm/CMakeLists.txt @@ -6,7 +6,7 @@ set(the_description "CUDA-accelerated Operations on Matrices") ocv_warnings_disable(CMAKE_CXX_FLAGS /wd4127 /wd4324 /wd4512 -Wundef -Wmissing-declarations) -ocv_add_module(cudaarithm opencv_core OPTIONAL opencv_cudev opencv_cudalegacy) +ocv_add_module(cudaarithm opencv_core OPTIONAL opencv_cudev) ocv_module_include_directories() ocv_glob_module_sources() diff --git a/modules/cudaarithm/src/precomp.hpp b/modules/cudaarithm/src/precomp.hpp index 38fce94..6a756e9 100644 --- a/modules/cudaarithm/src/precomp.hpp +++ b/modules/cudaarithm/src/precomp.hpp @@ -52,13 +52,6 @@ #include "opencv2/core/private.cuda.hpp" -#include "opencv2/opencv_modules.hpp" - -#ifdef HAVE_OPENCV_CUDALEGACY -# include "opencv2/cudalegacy.hpp" -# include "opencv2/cudalegacy/private.hpp" -#endif - #ifdef HAVE_CUBLAS # include #endif