[Mplayer-cvslog] CVS: main/libvo font_load.h,1.12,1.13 font_load_ft.c,1.10,1.11
Jindrich Makovicka CVS
henry at mplayerhq.hu
Thu Nov 20 17:26:05 CET 2003
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv19985
Modified Files:
font_load.h font_load_ft.c
Log Message:
freetype build fix
Index: font_load.h
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/font_load.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- font_load.h 29 Dec 2002 14:59:23 -0000 1.12
+++ font_load.h 20 Nov 2003 16:25:40 -0000 1.13
@@ -2,7 +2,8 @@
#define __MPLAYER_FONT_LOAD_H
#ifdef HAVE_FREETYPE
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#endif
typedef struct {
Index: font_load_ft.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/font_load_ft.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- font_load_ft.c 9 Jun 2003 12:15:47 -0000 1.10
+++ font_load_ft.c 20 Nov 2003 16:25:40 -0000 1.11
@@ -20,8 +20,9 @@
#include <iconv.h>
-#include <freetype/freetype.h>
-#include <freetype/ftglyph.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
+#include FT_GLYPH_H
#include "../bswap.h"
#include "font_load.h"
More information about the MPlayer-cvslog
mailing list