comparison libvo/font_load_ft.c @ 11500:b4fcb6c47942

freetype build fix
author henry
date Thu, 20 Nov 2003 16:25:40 +0000
parents 7b0bc557987b
children 90953d955165
comparison
equal deleted inserted replaced
11499:8f3305688c21 11500:b4fcb6c47942
18 #include <math.h> 18 #include <math.h>
19 #include <string.h> 19 #include <string.h>
20 20
21 #include <iconv.h> 21 #include <iconv.h>
22 22
23 #include <freetype/freetype.h> 23 #include <ft2build.h>
24 #include <freetype/ftglyph.h> 24 #include FT_FREETYPE_H
25 #include FT_GLYPH_H
25 26
26 #include "../bswap.h" 27 #include "../bswap.h"
27 #include "font_load.h" 28 #include "font_load.h"
28 #include "mp_msg.h" 29 #include "mp_msg.h"
29 #include "../mplayer.h" 30 #include "../mplayer.h"