Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 17541 Details for
Bug 28491
mjpegtools-1.6.0-r7 fails to compile with gcc3.3.1-r1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Adds #include <assert.h> where necessary
assert.patch (text/plain), 904 bytes, created by
Jason Stubbs (RETIRED)
on 2003-09-11 21:46:50 UTC
(
hide
)
Description:
Adds #include <assert.h> where necessary
Filename:
MIME Type:
Creator:
Jason Stubbs (RETIRED)
Created:
2003-09-11 21:46:50 UTC
Size:
904 bytes
patch
obsolete
>--- mjpegtools-1.6.0/mplex/multplex.cc 2002-04-30 01:30:56.000000000 +0900 >+++ mjpegtools-gcc33/mplex/multplex.cc 2003-08-26 12:43:22.909699312 +0900 >@@ -3,6 +3,7 @@ > #include <math.h> > #include <stdlib.h> > #include <unistd.h> >+#include <assert.h> > > #include <mjpeg_types.h> > #include <mjpeg_logging.h> >--- mjpegtools-1.6.0/mplex/stillsstream.cc 2002-04-20 00:14:17.000000000 +0900 >+++ mjpegtools-gcc33/mplex/stillsstream.cc 2003-08-26 12:44:28.436737688 +0900 >@@ -22,6 +22,7 @@ > > > #include <format_codes.h> >+#include <assert.h> > > #include "stillsstream.hh" > #include "interact.hh" >--- mjpegtools-1.6.0/mplex/systems.cc 2002-04-30 01:30:56.000000000 +0900 >+++ mjpegtools-gcc33/mplex/systems.cc 2003-08-26 12:44:00.150037920 +0900 >@@ -2,6 +2,7 @@ > #include <stdio.h> > #include <stdlib.h> > #include <string.h> >+#include <assert.h> > #include <sys/param.h> > #include <sys/stat.h> > #include "systems.hh"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 28491
: 17541