emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: giflib-5.1.0 (GIF image format library) API change


From: Eric S. Raymond
Subject: Re: giflib-5.1.0 (GIF image format library) API change
Date: Sun, 15 Jun 2014 07:23:32 -0400
User-agent: Mutt/1.5.21 (2010-09-15)

Makoto Fujiwara <address@hidden>:
> Hi, should be already fixed, I am presume, but I needed
> attached remedy to build,

I'm the giflib maintainer.

Please note that there are version symbols in gif_lib.h that would allow
you to write a version of this patch that builds for either giflib 5.0 or 5.1.
Currently these are

#define GIFLIB_MAJOR 5
#define GIFLIB_MINOR 1

but if you check for

#define GIFLIB_MAJOR 5
#define GIFLIB_MINOR 0

you can conditionalize in the existing image.c code.
-- 
                <a href="http://www.catb.org/~esr/";>Eric S. Raymond</a>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]