Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 498 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 498 Bytes

Third party libraries

The following lists C/C++ libraries which are bundled and used by GIF module.

giflib

Files extracted from upstream source:

  • gif_err.c
  • gif_lib.h
  • dgif_lib.c
  • egif_lib.c
  • gifalloc.c
  • gif_hash.{c,h}
  • gif_lib_private.h
  • openbsd-reallocarray.c
  • COPYING

Important: Some files have Godot-made changes. They are marked with // -- GODOT start -- and // -- GODOT end -- comments.