Magellan Linux

Contents of /trunk/mjpegtools/patches/mjpegtools-2.0.0-build-fix.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1913 - (show annotations) (download)
Fri Oct 12 12:15:06 2012 UTC (11 years, 6 months ago) by niro
File size: 364 byte(s)
-fix build
1 --- mjpegtools-2.0.0/y4mdenoise/MotionSearcher.hh 2010-07-25 22:06:56.000000000 +0200
2 +++ mjpegtools-2.0.0-magellan/y4mdenoise/MotionSearcher.hh 2012-10-12 16:15:39.378983179 +0200
3 @@ -2196,7 +2196,7 @@
4 {
5 // This region is too small to be bothered with.
6 // Just get rid of it.
7 - DeleteRegion (a_pRegion);
8 + this->DeleteRegion (a_pRegion);
9 }
10 else
11 {