summaryrefslogtreecommitdiff
path: root/ext/opencv/gstcvsmooth.h
diff options
context:
space:
mode:
authorРуслан Ижбулатов <lrn1986@gmail.com>2015-04-11 16:53:38 +0000
committerSebastian Dröge <sebastian@centricular.com>2015-04-17 18:34:22 +0200
commit589407a077fb645d805b86494d9d7fc56a104a64 (patch)
tree7d9a53da36286b53c95e8074019d98cafc197dfc /ext/opencv/gstcvsmooth.h
parent64080e632d7e86b218f2595bcc7b3a9199c1bc4a (diff)
downloadgstreamer-plugins-bad-589407a077fb645d805b86494d9d7fc56a104a64.tar.gz
opencv: Change opencv plugin to use opencv2-style includes
If old opencv1-style legacy include directory is available, this change becomes purely cosmetic (maybe will compile a bit faster). It becomes an FTBFS fix when opencv1-style include directory is missing (possibly because opencv package maintainer decided not to pack it). https://bugzilla.gnome.org/show_bug.cgi?id=747705
Diffstat (limited to 'ext/opencv/gstcvsmooth.h')
-rw-r--r--ext/opencv/gstcvsmooth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opencv/gstcvsmooth.h b/ext/opencv/gstcvsmooth.h
index 16521d97a..9a62e9136 100644
--- a/ext/opencv/gstcvsmooth.h
+++ b/ext/opencv/gstcvsmooth.h
@@ -45,7 +45,7 @@
#define __GST_CV_SMOOTH_H__
#include <gst/gst.h>
-#include <cv.h>
+
#include <gstopencvvideofilter.h>
G_BEGIN_DECLS