[MPlayer-dev-eng] Fix for rev 30598

Reimar Döffinger Reimar.Doeffinger at gmx.de
Tue Feb 16 23:24:13 CET 2010


On Tue, Feb 16, 2010 at 06:37:50PM +0100, Bernd Ernesti wrote:
> r30598 | diego | 2010-02-16 17:22:17 +0100 (Tue, 16 Feb 2010) | 2 lines
> libvo: Mark functions not used outside of their files as static.
> 
> 
> that introduced the following error:
> 
> libvo/spuenc.c:275: error: static declaration of 'pixbuf_delete' follows non-static declaration
> libvo/spuenc.h:44: error: previous declaration of 'pixbuf_delete' was here
> 
> Either add the static to spuenc.h or remove pixbuf_delete like it was
> mentioned in the changelog because it is not used at all.
> 
> Attached is the patch for the second option.

Thanks, but this and another function were already removed, and thus this is fixed.



More information about the MPlayer-dev-eng mailing list