summaryrefslogtreecommitdiff
path: root/ext/opencv/gstcvlaplace.h
diff options
context:
space:
mode:
authorPhilippe Renon <philippe_renon@yahoo.fr>2016-11-10 18:42:29 +0100
committerLuis de Bethencourt <luisbg@osg.samsung.com>2016-11-14 18:25:57 +0000
commit5594c7e53eb95f93cbecac33b83609e70d7a3ce5 (patch)
tree19c865c4dd8d1771b3090e1c9649aca4adef5c9a /ext/opencv/gstcvlaplace.h
parent2121e99dc84f1b4f4f1c9191e907903a1a8bf6cb (diff)
downloadgstreamer-plugins-bad-5594c7e53eb95f93cbecac33b83609e70d7a3ce5.tar.gz
opencv: move base opencv filter class and utilities to gst-libs
https://bugzilla.gnome.org/show_bug.cgi?id=774223
Diffstat (limited to 'ext/opencv/gstcvlaplace.h')
-rw-r--r--ext/opencv/gstcvlaplace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opencv/gstcvlaplace.h b/ext/opencv/gstcvlaplace.h
index 82f237f34..7163695c9 100644
--- a/ext/opencv/gstcvlaplace.h
+++ b/ext/opencv/gstcvlaplace.h
@@ -44,7 +44,7 @@
#ifndef __GST_CV_LAPLACE_H__
#define __GST_CV_LAPLACE_H__
-#include <gstopencvvideofilter.h>
+#include <gst/opencv/gstopencvvideofilter.h>
G_BEGIN_DECLS