Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 304265 Details for
Bug 406935
media-libs/silly-0.1.0 - Silly image codec (Simple Image Loading LibrarY)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
silly-0.1.0-libpng-1.5.patch
silly-0.1.0-libpng-1.5.patch (text/plain), 748 bytes, created by
Patrick McMunn
on 2012-03-05 01:46:39 UTC
(
hide
)
Description:
silly-0.1.0-libpng-1.5.patch
Filename:
MIME Type:
Creator:
Patrick McMunn
Created:
2012-03-05 01:46:39 UTC
Size:
748 bytes
patch
obsolete
>diff -rupN SILLY-0.1.0/src/loaders/SILLYPNGImageLoader.cpp SILLY-0.1.0.new/src/loaders/SILLYPNGImageLoader.cpp >--- SILLY-0.1.0/src/loaders/SILLYPNGImageLoader.cpp 2006-06-18 17:42:12.000000000 -0500 >+++ SILLY-0.1.0.new/src/loaders/SILLYPNGImageLoader.cpp 2012-02-20 16:08:13.311804586 -0600 >@@ -41,6 +41,8 @@ > > #include "loaders/SILLYPNGImageContext.h" > #include <png.h> >+#include <zlib.h> >+ > // Start section of namespace SILLY > namespace SILLY > { >@@ -66,7 +68,7 @@ void PNG_error_function(png_structp png_ > // printf("PNG Error: %s\n", error); > // copied from libpng's pngerror.cpp > jmp_buf buf; >- memcpy(buf, png_ptr->jmpbuf, sizeof(jmp_buf)); >+ memcpy(buf, png_jmpbuf(png_ptr), sizeof(jmp_buf)); > longjmp(buf, 1); > } >
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 Raw
Actions:
View
Attachments on
bug 406935
:
304263
| 304265 |
304267