From: Ethan Rublee Date: Mon, 15 Nov 2010 17:42:34 +0000 (+0000) Subject: Fixing a small error in compilation for gpu - anatoly should review. X-Git-Tag: accepted/2.0/20130307.220821~4216 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29b94ceef9d8ec1f2ec2569f86d22882d4e645d0;p=profile%2Fivi%2Fopencv.git Fixing a small error in compilation for gpu - anatoly should review. --- diff --git a/modules/gpu/src/precomp.hpp b/modules/gpu/src/precomp.hpp index 9ac73a9..53740ac 100644 --- a/modules/gpu/src/precomp.hpp +++ b/modules/gpu/src/precomp.hpp @@ -69,7 +69,7 @@ #else /* defined(HAVE_CUDA) */ - static inline void throw_nogpu() { CV_Error(CV_GpuNotFound, "The library is compilled without GPU support"); } + static inline void throw_nogpu() { CV_Error(CV_GpuNotSupported, "The library is compilled without GPU support"); } #endif /* defined(HAVE_CUDA) */