mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
Fixed compile errors
This commit is contained in:
parent
aae2576679
commit
046ca445b8
3 changed files with 3 additions and 3 deletions
|
@ -47,7 +47,7 @@
|
|||
#define __GST_EDGEDETECT_H__
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <opencv/cv.h>
|
||||
#include <cv.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
#define __GST_FACEDETECT_H__
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <opencv/cv.h>
|
||||
#include <cv.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
#define __GST_PYRAMIDSEGMENT_H__
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <opencv/cv.h>
|
||||
#include <cv.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
Loading…
Reference in a new issue