[MPlayer-cvslog] r26066 - in trunk/libass: ass_utils.c ass_utils.h

Evgeniy Stepanov eugeni.stepanov at gmail.com
Fri Feb 22 22:19:51 CET 2008


On Friday 22 February 2008 23:37:59 Uoti Urpala wrote:
> On Fri, 2008-02-22 at 20:31 +0100, eugeni wrote:
> > Author: eugeni
> > Date: Fri Feb 22 20:31:51 2008
> > New Revision: 26066
> >
> > Modified: trunk/libass/ass_utils.c
> >
> > +#include <ft2build.h>
> > +#include FT_GLYPH_H
> >
> >
> > Modified: trunk/libass/ass_utils.h
> >
> > +void dump_glyph(FT_Glyph g);
>
> This breaks the compilation of ass.c and ass_mp.c which include
> ass_utils.h but not FT_GLYPH_H, as the type FT_Glyph is not defined.

I forgot to do 'make depend' (
I'll remove the prototype and '#if 0' the actual code then. It is unused now, 
anyway.



More information about the MPlayer-cvslog mailing list