You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
libpng: Update to upstream version 1.6.31rc01
Fixes various issues with 1.6.30, especially ARM build. Supersedes change in #9722.
This commit is contained in:
3
thirdparty/libpng/pngstruct.h
vendored
3
thirdparty/libpng/pngstruct.h
vendored
@@ -479,5 +479,8 @@ struct png_struct_def
|
||||
png_colorspace colorspace;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* New member added in libpng-1.6.31 */
|
||||
int num_exif;
|
||||
};
|
||||
#endif /* PNGSTRUCT_H */
|
||||
|
||||
Reference in New Issue
Block a user