aboutsummaryrefslogtreecommitdiffstats
path: root/rd/read-gif.c
Commit message (Collapse)AuthorAgeFilesLines
* 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