/[gentoo-x86]/media-video/mjpegtools/files/mjpegtools-2.0.0-gcc470.patch
Gentoo

Contents of /media-video/mjpegtools/files/mjpegtools-2.0.0-gcc470.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Sun Apr 8 11:33:37 2012 UTC (13 months, 1 week ago) by billie
Branch: MAIN
CVS Tags: HEAD
Add patch to fix building with gcc-4.7. Thanks to Branko BAdrljica in bug #409197.

(Portage version: 2.1.10.49/cvs/Linux i686)

1 --- a/y4mdenoise/MotionSearcher.hh
2 +++ b/y4mdenoise/MotionSearcher.hh
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 {

  ViewVC Help
Powered by ViewVC 1.1.13