aboutsummaryrefslogtreecommitdiffstats
path: root/rd/read-gif.c
Commit message (Collapse)AuthorAgeFilesLines
* portability fixes, some modernizationGerd Hoffmann2019-05-081-7/+7
|
* Add missing stddef.h headerStéphane Aulery2014-12-041-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 Dunham2014-11-261-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 revisionkraxel2004-03-281-0/+220