]> git.pld-linux.org Git - packages/crossmingw32-libpng.git/blame - libpng-apng-fix.patch
- updated to 1.5.7
[packages/crossmingw32-libpng.git] / libpng-apng-fix.patch
CommitLineData
91788afb
JB
1--- libpng-1.5.7/scripts/symbols.def.orig 2011-12-15 16:45:34.000000000 +0100
2+++ libpng-1.5.7/scripts/symbols.def 2011-12-18 19:44:57.326436207 +0100
3@@ -239,3 +239,24 @@
4 png_get_cHRM_XYZ_fixed @231
5 png_set_cHRM_XYZ @232
6 png_set_cHRM_XYZ_fixed @233
7+;missing warning
8+ png_write_frame_head @1001
9+ png_write_frame_tail @1002
10+ png_set_progressive_frame_fn @1003
11+ png_get_acTL @1004
12+ png_set_acTL @1005
13+ png_get_num_frames @1006
14+ png_get_num_plays @1007
15+ png_get_next_frame_fcTL @1008
16+ png_set_next_frame_fcTL @1009
17+ png_get_next_frame_width @1010
18+ png_get_next_frame_height @1011
19+ png_get_next_frame_x_offset @1012
20+ png_get_next_frame_y_offset @1013
21+ png_get_next_frame_delay_num @1014
22+ png_get_next_frame_delay_den @1015
23+ png_get_next_frame_dispose_op @1016
24+ png_get_next_frame_blend_op @1017
25+ png_get_first_frame_is_hidden @1018
26+ png_set_first_frame_is_hidden @1019
27+ png_read_frame_head @1020
28--- libpng-1.5.7/png.h.orig 2011-12-18 18:57:09.559673517 +0100
29+++ libpng-1.5.7/png.h 2011-12-18 19:44:48.716435917 +0100
30@@ -2725,7 +2725,7 @@
31 * scripts/symbols.def as well.
32 */
33 #ifdef PNG_EXPORT_LAST_ORDINAL
34- PNG_EXPORT_LAST_ORDINAL(233);
35+ PNG_EXPORT_LAST_ORDINAL(1020);
36 #endif
37
38 #ifdef __cplusplus
This page took 0.108238 seconds and 4 git commands to generate.