mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-12-24 19:01:56 +01:00
-updated libpng from 1.2.34 to 1.4.4
This commit is contained in:
parent
90d2cb2452
commit
6713dc7784
File diff suppressed because it is too large
Load Diff
Binary file not shown.
2726
source/gui/png.h
2726
source/gui/png.h
File diff suppressed because it is too large
Load Diff
1063
source/gui/pngconf.h
1063
source/gui/pngconf.h
File diff suppressed because it is too large
Load Diff
@ -776,7 +776,7 @@ int PNGU_DecodeToCMPR(IMGCTX ctx, PNGU_u32 width, PNGU_u32 height, void *buffer)
|
||||
|
||||
void user_error (png_structp png_ptr, png_const_charp c)
|
||||
{
|
||||
longjmp (png_ptr->jmpbuf, 1);
|
||||
longjmp(png_jmpbuf(png_ptr), 1);
|
||||
}
|
||||
int PNGU_EncodeFromYCbYCr (IMGCTX ctx, PNGU_u32 width, PNGU_u32 height, void *buffer, PNGU_u32 stride)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user