[MPlayer-dev-eng] [PATCH] Support newer GIFLIB versions
Carl Eugen Hoyos
cehoyos at ag.or.at
Mon Jul 22 15:06:26 CEST 2013
Carl Eugen Hoyos <cehoyos <at> ag.or.at> writes:
> 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?
> Breaks giflib detection here.
To clarify:
If no backwards compatibility is needed (it is not needed
imo) then the rest of the patch could be simplified.
Carl Eugen
More information about the MPlayer-dev-eng
mailing list