added macro guard to enable overriding ENABLE_LOG

pull/2987/head
Anish Pednekar 11 years ago
parent a7006ac21c
commit d2493393db
  1. 2
      modules/stitching/include/opencv2/stitching/detail/util.hpp

@ -46,7 +46,9 @@
#include <list>
#include "opencv2/core.hpp"
#ifndef ENABLE_LOG
#define ENABLE_LOG 0
#endif
// TODO remove LOG macros, add logging class
#if ENABLE_LOG

Loading…
Cancel
Save