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

Alexander Strasser eclipse7 at gmx.net
Sun Jul 14 02:27:27 CEST 2013


Hi,

  thank you for reporting the problem and forwarding the patch,
but please read on below...

On 2013-07-13 17:55 +0200, Nicolas Coiffier wrote:
> 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.

  I wonder what is really going on though. I see a change from
about a year ago that would cause problems with the cited function.
But it would need a different approach to fix it, at least according
to my quick analysis.

  Can you find out and tell me what exact version of GIFLIB you are
trying to build against?


  Alexander


More information about the MPlayer-dev-eng mailing list