Web lists-archives.org

Re: [MPlayer-dev-eng] [PATCH] Move declarations of vo_font, sub_font to correct header file




On Mon, Jun 16, 2008 at 02:36:56AM +0000, Bryan Henderson wrote:
> The global variables vo_font and sub_font are defined in libvo/sub.c,
> but declared in libvo/font_load.h.  They aren't even used by the font
> loader code.
> 
> This patch moves the declarations to libvo/sub.h.

> --- libvo/sub.h	(revision 27074)
> +++ libvo/sub.h	(working copy)
> @@ -50,6 +75,9 @@
>  
> +extern struct font_desc* vo_font;
> +extern struct font_desc* sub_font;

This will likely break 'make checkheaders', the declaration of struct
font_desc is not available in sub.h.

Diego
_______________________________________________
MPlayer-dev-eng mailing list
MPlayer-dev-eng@xxxxxxxxxxxx
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-dev-eng