Commit 6a66af72 authored by mshabunin's avatar mshabunin

Added warning about possible X11 macro collision

parent 18327aed
......@@ -53,6 +53,12 @@
#include "opencv2/stitching/detail/blenders.hpp"
#include "opencv2/stitching/detail/camera.hpp"
#if defined(Status)
# warning Detected X11 'Status' macro definition, it can cause build conflicts. Please, include this header before any X11 headers.
#endif
/**
@defgroup stitching Images stitching
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment