From 75a25c5e60784ac4a87950e2b1c2b506f4d7b17b Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Thu, 29 Jun 2017 17:52:42 +0000 Subject: [PATCH] For the console-app that uses DLL changed: MT-Debug-DLL (/MDd) to MT-DLL (/MD) --- src/yolo.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/yolo.c b/src/yolo.c index 206e468..2a9cde3 100644 --- a/src/yolo.c +++ b/src/yolo.c @@ -6,6 +6,7 @@ #include "box.h" #include "demo.h" +#ifdef OPENCV #pragma comment(lib, "opencv_core249.lib") #pragma comment(lib, "opencv_imgproc249.lib") #pragma comment(lib, "opencv_highgui249.lib") @@ -13,7 +14,6 @@ //#pragma comment(lib, "opencv_photo249.lib") //#pragma comment(lib, "opencv_video249.lib") -#ifdef OPENCV #include "opencv2/highgui/highgui_c.h" #endif -- Gitblit v1.10.0