An open API service indexing awesome lists of open source software.

https://github.com/rajahlone/libgif.a

from giflib 5.2.2 to /opt/cross-mint/m68k-atari-mint/lib/
https://github.com/rajahlone/libgif.a

atari-st gif

Last synced: 4 months ago
JSON representation

from giflib 5.2.2 to /opt/cross-mint/m68k-atari-mint/lib/

Awesome Lists containing this project

README

          

# libgif.a

From the GIFLib Project 5.1.1 to /opt/cross-mint/m68k-atari-mint/lib/

Targets: 68000, 68020-060, ColdFire

# installation for makefiles

- /opt/cross-mint/m68k-atari-mint already installed

- in an empty folder,

- get /libgif.a/ from [codecs_r4_src.zip](https://ptonthat.fr/files/gifdec/codecs_r4_src.zip) and unpack the contents to ./

Some files have been modified to change malloc/calloc/free/realloc and use ldg functions, also memset(..., '\0', ...)
have been replaced by calloc. These changes made it more stable under MagiC environment.

- libgif.xcodeproj is for Xcode 26.1, you may not need it if you use something else.