Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
emacs.1478
emacs-24.3-giflib5-interlace.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File emacs-24.3-giflib5-interlace.patch of Package emacs.1478
2014-01-07 Paul Eggert <eggert@cs.ucla.edu> Fix misdisplay of interlaced GIFs with libgif5 (Bug#16372). * image.c (gif_load): libgif5 deinterlaces for us, so don't do it again. Index: emacs-24.3/src/image.c =================================================================== --- emacs-24.3/src/image.c +++ emacs-24.3/src/image.c @@ -7378,7 +7378,10 @@ gif_load (struct frame *f, struct image } /* Apply the pixel values. */ - if (gif->SavedImages[j].ImageDesc.Interlace) +#ifndef GIFLIB_MAJOR +# define GIFLIB_MAJOR 0 +#endif + if (GIFLIB_MAJOR < 5 && gif->SavedImages[j].ImageDesc.Interlace) { int row, pass;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor