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/
- Host: GitHub
- URL: https://github.com/rajahlone/libgif.a
- Owner: RajahLone
- License: other
- Created: 2025-05-29T20:13:09.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-12-12T13:27:15.000Z (6 months ago)
- Last Synced: 2025-12-14T04:26:00.543Z (6 months ago)
- Topics: atari-st, gif
- Language: C
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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.