From 3eb58c51b96791d68188a8ade57d81b66c6ac670 Mon Sep 17 00:00:00 2001 From: Alexey <AlexeyAB@users.noreply.github.com> Date: Mon, 04 Jun 2018 18:24:36 +0000 Subject: [PATCH] Merge pull request #981 from IlyaOvodov/Fix_get_color_depth --- src/yolo_console_dll.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/yolo_console_dll.cpp b/src/yolo_console_dll.cpp index ea4330e..2eca267 100644 --- a/src/yolo_console_dll.cpp +++ b/src/yolo_console_dll.cpp @@ -28,7 +28,7 @@ #include "opencv2/core/version.hpp" #ifndef CV_VERSION_EPOCH #include "opencv2/videoio/videoio.hpp" -#define OPENCV_VERSION CVAUX_STR(CV_VERSION_MAJOR)""CVAUX_STR(CV_VERSION_MINOR)""CVAUX_STR(CV_VERSION_REVISION) +#define OPENCV_VERSION CVAUX_STR(CV_VERSION_MAJOR)"" CVAUX_STR(CV_VERSION_MINOR)"" CVAUX_STR(CV_VERSION_REVISION) #pragma comment(lib, "opencv_world" OPENCV_VERSION ".lib") #ifdef TRACK_OPTFLOW #pragma comment(lib, "opencv_cudaoptflow" OPENCV_VERSION ".lib") -- Gitblit v1.10.0