[MPlayer-dev-eng] [PATCH] Support newer GIFLIB versions

Alexander Strasser eclipse7 at gmx.net
Mon Jul 22 18:28:40 CEST 2013


On 2013-07-22 08:56 +0000, Carl Eugen Hoyos wrote:
> Alexander Strasser <eclipse7 <at> gmx.net> writes:
> 
> >    for ld_gif in "-lungif" "-lgif" ; do
> >      statement_check gif_lib.h 
> > 'QuantizeBuffer(0, 0, 0, 0, 0, 0, 0, 0)' $ld_gif && 
> > _gif=yes && break
> > +    statement_check gif_lib.h 
> > 'GifQuantizeBuffer(0, 0, 0, 0, 0, 0, 0, 0)' $ld_gif && 
> > _gif=yes && break
> 
> Why is this needed?

  AFAICT QuantizeBuffer was available before 4.2 and there
it disappeared from the lib. Later in 5.0 it was re-introduced
as GifQuantizeBuffer.

> Breaks giflib detection here.

  Strange. Can you post the first line of config.log and
the complete sections of the gif tests?

  I am puzzled how this change can make things worse. If
it does, it's essential that I understand why.

  Maybe you can find out if the version of GIFLIB you were
trying to build against was patched (e.g. by the packager).

Thanks for testing,
  Alexander


More information about the MPlayer-dev-eng mailing list