File mjpegtools-gcc47.patch of Package mjpegtools
Index: mjpegtools-2.0.0/y4mdenoise/MotionSearcher.hh
===================================================================
--- mjpegtools-2.0.0.orig/y4mdenoise/MotionSearcher.hh
+++ mjpegtools-2.0.0/y4mdenoise/MotionSearcher.hh
@@ -2196,7 +2196,7 @@ MotionSearcher<PIXEL_NUM,DIM,PIXEL_TOL,P
{
// This region is too small to be bothered with.
// Just get rid of it.
- DeleteRegion (a_pRegion);
+ this->DeleteRegion (a_pRegion);
}
else
{