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:
Nicolas Dufresne 2018-08-02 08:13:08 -04:00
parent 5a1b37b1f3
commit 1f65a3aa13
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@
#include <gst/opencv/gstopencvvideofilter.h>
#include <opencv2/core.hpp>
#include <opencv2/core/core.hpp>
G_BEGIN_DECLS

View file

@ -48,7 +48,7 @@
#include <gst/opencv/gstopencvvideofilter.h>
#include <opencv2/core.hpp>
#include <opencv2/core/core.hpp>
G_BEGIN_DECLS