[MPlayer-dev-eng] [PATCH] Fix compilation error in libmpdemux/demux_gif.c

Nicolas Coiffier coiffier.ni at gmail.com
Sat Jul 13 17:55:37 CEST 2013


When I tried to compile mplayer, I got the following errors:

libmpdemux/demux_gif.c: In function 'demux_gif_fill_buffer':
libmpdemux/demux_gif.c:97:7: error: implicit declaration of function
'PrintGifError' [-Werror=implicit-function-declaration]
       PrintGifError();
       ^
cc1: some warnings being treated as errors
make: *** [libmpdemux/demux_gif.o] Error 1

A little googling give me the following link:
https://bugs.archlinux.org/task/36039

I applied it on svn revision 36356, and it worked fine for me. So I
transfer this patch to the appropriate mplayer mailing-list.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: demux-gif.patch
Type: application/octet-stream
Size: 628 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20130713/a83de968/attachment.obj>


More information about the MPlayer-dev-eng mailing list