[gst-cvs] gst-plugins-bad: Fix includes in template matching element

Thiago Sousa Santos thiagoss at kemper.freedesktop.org
Wed Sep 8 13:23:31 PDT 2010


Module: gst-plugins-bad
Branch: master
Commit: f35f701996d2d46cb47d32e1e249805b7bc47ad5
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=f35f701996d2d46cb47d32e1e249805b7bc47ad5

Author: Mike Sheldon <mike at mikeasoft.com>
Date:   Fri Dec 18 11:23:59 2009 +0000

Fix includes in template matching element

---

 ext/opencv/templatematch/gsttemplatematch.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ext/opencv/templatematch/gsttemplatematch.h b/ext/opencv/templatematch/gsttemplatematch.h
index d4f8414..b18e0c7 100644
--- a/ext/opencv/templatematch/gsttemplatematch.h
+++ b/ext/opencv/templatematch/gsttemplatematch.h
@@ -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 */





More information about the Gstreamer-commits mailing list