]> git.eshelyaron.com Git - emacs.git/commit
Don't parse GCB block by hand with giflib 5 or later
authorStefan Kangas <stefan@marxist.se>
Fri, 29 Oct 2021 15:11:23 +0000 (17:11 +0200)
committerStefan Kangas <stefan@marxist.se>
Fri, 29 Oct 2021 15:44:23 +0000 (17:44 +0200)
commitf9282e1d724f1cb2e239f946957fdf02aa15dcc5
tree0c4178caeeb2c87f77fd368995c1d813e88f773a
parent16995fa7c234bda25f9c19b7284842b1ea2febc6
Don't parse GCB block by hand with giflib 5 or later

* src/image.c (gif_load): If GIFLIB_MAJOR > 5, use
DGifSavedExtensionToGCB instead of parsing the Graphic Control
Extension block by hand.
src/image.c