From 09835b3d2734107cb90554922c71b114f56cfc33 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Mon, 30 Jan 2017 11:17:53 +0100 Subject: [PATCH] motioncells: fix mingw build https://bugzilla.gnome.org/show_bug.cgi?id=777930 --- ext/opencv/gstmotioncells.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/opencv/gstmotioncells.cpp b/ext/opencv/gstmotioncells.cpp index 0aedbd8..44499c7 100644 --- a/ext/opencv/gstmotioncells.cpp +++ b/ext/opencv/gstmotioncells.cpp @@ -848,7 +848,7 @@ gst_motion_cells_transform_ip (GstOpencvVideoFilter * base, GstBuffer * buf, int thickness, success, motioncellsidxcnt, numberOfCells, motioncellsnumber, cellsOfInterestNumber; int mincellsOfInterestNumber, motiondetect; - uint minimum_motion_frames, postnomotion; + guint minimum_motion_frames, postnomotion; char *datafile; bool display, changed_datafile, useAlpha; gint64 starttime; -- 2.7.4