From 589407a077fb645d805b86494d9d7fc56a104a64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D1=83=D1=81=D0=BB=D0=B0=D0=BD=20=D0=98=D0=B6=D0=B1?= =?UTF-8?q?=D1=83=D0=BB=D0=B0=D1=82=D0=BE=D0=B2?= Date: Sat, 11 Apr 2015 16:53:38 +0000 Subject: 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 --- ext/opencv/gstfacedetect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/opencv/gstfacedetect.h') diff --git a/ext/opencv/gstfacedetect.h b/ext/opencv/gstfacedetect.h index 090fb7958..6db7033e2 100644 --- a/ext/opencv/gstfacedetect.h +++ b/ext/opencv/gstfacedetect.h @@ -49,7 +49,7 @@ #define __GST_FACE_DETECT_H__ #include -#include +#include #include "gstopencvvideofilter.h" #if (CV_MAJOR_VERSION >= 2) && (CV_MINOR_VERSION >= 2) -- cgit v1.2.1