mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
cameracalibrtate: Fix opencv2 core.hpp path
This is to support older release of OpenCV2 https://bugzilla.gnome.org/show_bug.cgi?id=789075
This commit is contained in:
parent
5a1b37b1f3
commit
1f65a3aa13
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@
|
|||
|
||||
#include <gst/opencv/gstopencvvideofilter.h>
|
||||
|
||||
#include <opencv2/core.hpp>
|
||||
#include <opencv2/core/core.hpp>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
|
||||
#include <gst/opencv/gstopencvvideofilter.h>
|
||||
|
||||
#include <opencv2/core.hpp>
|
||||
#include <opencv2/core/core.hpp>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
Loading…
Reference in a new issue