From 17737868ade7c54848c9ebc09377bb3bc8262637 Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Mon, 16 Jan 2017 17:29:28 +0000 Subject: [PATCH] Both paths for OpenCV, first to vc14 and second to vc12 --- src/yolo.c | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/yolo.c b/src/yolo.c index 05f2be6..206e468 100644 --- a/src/yolo.c +++ b/src/yolo.c @@ -6,6 +6,13 @@ #include "box.h" #include "demo.h" +#pragma comment(lib, "opencv_core249.lib") +#pragma comment(lib, "opencv_imgproc249.lib") +#pragma comment(lib, "opencv_highgui249.lib") +//#pragma comment(lib, "opencv_gpu249.lib") +//#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