Fixed compile errors

This commit is contained in:
kapil 2009-05-06 16:38:15 +05:30 committed by Thiago Santos
parent aae2576679
commit 046ca445b8
3 changed files with 3 additions and 3 deletions

View file

@ -47,7 +47,7 @@
#define __GST_EDGEDETECT_H__
#include <gst/gst.h>
#include <opencv/cv.h>
#include <cv.h>
G_BEGIN_DECLS

View file

@ -47,7 +47,7 @@
#define __GST_FACEDETECT_H__
#include <gst/gst.h>
#include <opencv/cv.h>
#include <cv.h>
G_BEGIN_DECLS

View file

@ -47,7 +47,7 @@
#define __GST_PYRAMIDSEGMENT_H__
#include <gst/gst.h>
#include <opencv/cv.h>
#include <cv.h>
G_BEGIN_DECLS