From d2493393dbfe0402eb8bedbdae7da584ff700657 Mon Sep 17 00:00:00 2001 From: Anish Pednekar Date: Sun, 20 Jul 2014 20:59:17 +0530 Subject: [PATCH] added macro guard to enable overriding ENABLE_LOG --- modules/stitching/include/opencv2/stitching/detail/util.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/stitching/include/opencv2/stitching/detail/util.hpp b/modules/stitching/include/opencv2/stitching/detail/util.hpp index 6b1c5f34f..2769dc60b 100644 --- a/modules/stitching/include/opencv2/stitching/detail/util.hpp +++ b/modules/stitching/include/opencv2/stitching/detail/util.hpp @@ -46,7 +46,9 @@ #include #include "opencv2/core.hpp" +#ifndef ENABLE_LOG #define ENABLE_LOG 0 +#endif // TODO remove LOG macros, add logging class #if ENABLE_LOG