Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing stddef.h header | Stéphane Aulery | 2014-12-04 | 1 | -0/+1 |
| | | | | | | | | - misc.h use offsetof() - other use NUUL, size_t and wchar_t Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> | ||||
* | Port gif reader to giflib 5. | Isaac Dunham | 2014-11-26 | 1 | -7/+21 |
| | | | | | | | | | | -define and use compatability macros that will make giflib 4 look like giflib 5 -provide our own PrintGifError() if it's missing -since we don't check the error for DGifCloseFile, use NULL The documented behavior of giflib5 is if (&error) error =...; so this isn't supposed to break. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> | ||||
* | Initial revision | kraxel | 2004-03-28 | 1 | -0/+220 |