Gentoo Archives: gentoo-commits

From: "Daniel Pielmeier (billie)" <billie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/mjpegtools/files: mjpegtools-2.0.0-gcc470.patch
Date: Sun, 08 Apr 2012 11:33:56
Message-Id: 20120408113337.407922004C@flycatcher.gentoo.org
1 billie 12/04/08 11:33:37
2
3 Added: mjpegtools-2.0.0-gcc470.patch
4 Log:
5 Add patch to fix building with gcc-4.7. Thanks to Branko BAdrljica in bug #409197.
6
7 (Portage version: 2.1.10.49/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 media-video/mjpegtools/files/mjpegtools-2.0.0-gcc470.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mjpegtools/files/mjpegtools-2.0.0-gcc470.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mjpegtools/files/mjpegtools-2.0.0-gcc470.patch?rev=1.1&content-type=text/plain
14
15 Index: mjpegtools-2.0.0-gcc470.patch
16 ===================================================================
17 --- a/y4mdenoise/MotionSearcher.hh
18 +++ b/y4mdenoise/MotionSearcher.hh
19 @@ -2196,7 +2196,7 @@
20 {
21 // This region is too small to be bothered with.
22 // Just get rid of it.
23 - DeleteRegion (a_pRegion);
24 + this->DeleteRegion (a_pRegion);
25 }
26 else
27 {