Fixed compile errors
authorkapil <kapil@kapil-laptop.(none)>
Wed, 6 May 2009 11:08:15 +0000 (16:38 +0530)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Wed, 8 Sep 2010 20:15:47 +0000 (17:15 -0300)
ext/opencv/edgedetect/gstedgedetect.h
ext/opencv/facedetect/gstfacedetect.h
ext/opencv/pyramidsegment/gstpyramidsegment.h

index ceefe51..5931bf1 100644 (file)
@@ -47,7 +47,7 @@
 #define __GST_EDGEDETECT_H__
 
 #include <gst/gst.h>
-#include <opencv/cv.h>
+#include <cv.h>
 
 G_BEGIN_DECLS
 
index 7c15cca..97e9e02 100644 (file)
@@ -47,7 +47,7 @@
 #define __GST_FACEDETECT_H__
 
 #include <gst/gst.h>
-#include <opencv/cv.h>
+#include <cv.h>
 
 G_BEGIN_DECLS
 
index 7ab1f22..d083a62 100644 (file)
@@ -47,7 +47,7 @@
 #define __GST_PYRAMIDSEGMENT_H__
 
 #include <gst/gst.h>
-#include <opencv/cv.h>
+#include <cv.h>
 
 G_BEGIN_DECLS