Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 116014 - media-video/mjpegtools-1.8.0-r1 fails to build with gcc4.1, patch included
Summary: media-video/mjpegtools-1.8.0-r1 fails to build with gcc4.1, patch included
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-19 01:56 UTC by Christian Schmidt
Modified: 2005-12-19 02:19 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Oneliner to include cassert (mjpegtools-1.8-gcc4.patch,420 bytes, patch)
2005-12-19 01:58 UTC, Christian Schmidt
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Schmidt 2005-12-19 01:56:30 UTC
mjpegtools-1.8.0/y4mdenoise/Region2D.hh is missing an include for cassert.
Comment 1 Christian Schmidt 2005-12-19 01:58:04 UTC
Created attachment 75068 [details, diff]
Oneliner to include cassert

Fixes compilation errors for media-video/mjpegtools-1.8.0-r1 with gcc4.1 by adding the include of cassert to mjpegtools-1.8.0/y4mdenoise/Region2D.hh.
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-12-19 02:10:40 UTC
If media-tv does not get upset..
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-12-19 02:19:52 UTC
Committed, thanks for reporting.