f87f3d1396
mplayer fails to compile with the following error message:
libmpdemux/demux_gif.c: In function 'demux_open_gif':
libmpdemux/demux_gif.c:260:3: error: too few arguments to function
'DGifOpen'
gif = DGifOpen(demuxer->stream, my_read_gif);
Backport an upstream patch to support newer versions of libgif in
mplayer. Unfortunately this patch is incomplete and mplayer stills
failing to compile with a new error message:
libvo/vo_gif89a.c: In function 'uninit':
libvo/vo_gif89a.c:374:3: error: too few arguments to function
'EGifCloseFile'
EGifCloseFile(new_gif); // also frees gif storage space.
So I have written a new patch and submitted it upstream to finally fix
the problem.
Upstream commit:
|
||
---|---|---|
.. | ||
0001-disable-install-strip.patch | ||
0002-fix-cc-parsing.patch | ||
0003-mpdemux-live555-async-interface.patch | ||
0004-add-arc-support.patch | ||
0005-Support-newer-GIFLIB-versions.patch | ||
0006-Support-newer-GIFLIB-versions-part2.patch | ||
Config.in | ||
mplayer.mk |