[MPlayer-cvslog] r26066 - in trunk/libass: ass_utils.c ass_utils.h
Uoti Urpala
uoti.urpala at pp1.inet.fi
Fri Feb 22 21:37:59 CET 2008
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.
More information about the MPlayer-cvslog
mailing list