diff options
Diffstat (limited to 'multimedia/mjpegtools/patches/patch-y4mdenoise_MotionSearcher.hh')
-rw-r--r-- | multimedia/mjpegtools/patches/patch-y4mdenoise_MotionSearcher.hh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/mjpegtools/patches/patch-y4mdenoise_MotionSearcher.hh b/multimedia/mjpegtools/patches/patch-y4mdenoise_MotionSearcher.hh new file mode 100644 index 00000000000..55141fb8d15 --- /dev/null +++ b/multimedia/mjpegtools/patches/patch-y4mdenoise_MotionSearcher.hh @@ -0,0 +1,15 @@ +$NetBSD: patch-y4mdenoise_MotionSearcher.hh,v 1.1 2012/07/07 15:49:01 adam Exp $ + +Fix C++ error + +--- y4mdenoise/MotionSearcher.hh.orig 2012-07-07 13:03:45.000000000 +0000 ++++ 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 + { |