Fix includes in template matching element
authorMike Sheldon <mike@mikeasoft.com>
Fri, 18 Dec 2009 11:23:59 +0000 (11:23 +0000)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Wed, 8 Sep 2010 20:15:48 +0000 (17:15 -0300)
ext/opencv/templatematch/gsttemplatematch.h

index d4f8414..b18e0c7 100644 (file)
@@ -47,8 +47,8 @@
 #define __GST_TEMPLATEMATCH_H__
 
 #include <gst/gst.h>
-#include <opencv/cv.h>
-#include <opencv/highgui.h>
+#include <cv.h>
+#include <highgui.h>
 
 G_BEGIN_DECLS
 /* #defines don't like whitespacey bits */