Fix includes in template matching element

This commit is contained in:
Mike Sheldon 2009-12-18 11:23:59 +00:00 committed by Thiago Santos
parent babe97ca50
commit f35f701996

View file

@ -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 */