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 ceefe5127a8dce37127b4bccfb70d18abd357c11..5931bf1b94f93dc355a25f9152c33ce89800eb9b 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 7c15cca1ce13c91751fc624c85998808533a0edd..97e9e02fc657e07c98d7bbbd311ffb24150117b4 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 7ab1f225e0c051858fb10bd9a5cc748c2365dd1c..d083a62381e737348121a6465866a17090112550 100644 (file)
@@ -47,7 +47,7 @@
 #define __GST_PYRAMIDSEGMENT_H__
 
 #include <gst/gst.h>
-#include <opencv/cv.h>
+#include <cv.h>
 
 G_BEGIN_DECLS