mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 22:16:22 +00:00
Fix includes in template matching element
This commit is contained in:
parent
babe97ca50
commit
f35f701996
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@
|
||||||
#define __GST_TEMPLATEMATCH_H__
|
#define __GST_TEMPLATEMATCH_H__
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
#include <opencv/cv.h>
|
#include <cv.h>
|
||||||
#include <opencv/highgui.h>
|
#include <highgui.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
/* #defines don't like whitespacey bits */
|
/* #defines don't like whitespacey bits */
|
||||||
|
|
Loading…
Reference in a new issue