comparison libvo/font_load_ft.c @ 18864:1629108cd5b0

Move conditional FreeType support compilation to the build system.
author diego
date Fri, 30 Jun 2006 12:41:05 +0000
parents f35cfd56c800
children 3bf0d70b4c7f
comparison
equal deleted inserted replaced
18863:06e4c7737aa7 18864:1629108cd5b0
8 * <makovick@kmlinux.fjfi.cvut.cz> 8 * <makovick@kmlinux.fjfi.cvut.cz>
9 * 9 *
10 */ 10 */
11 11
12 #include "config.h" 12 #include "config.h"
13
14 #ifdef HAVE_FREETYPE
15 13
16 #include <stdio.h> 14 #include <stdio.h>
17 #include <stdlib.h> 15 #include <stdlib.h>
18 #include <math.h> 16 #include <math.h>
19 #include <string.h> 17 #include <string.h>
1168 else 1166 else
1169 #endif 1167 #endif
1170 vo_font=read_font_desc_ft(font_name, width, height); 1168 vo_font=read_font_desc_ft(font_name, width, height);
1171 #endif 1169 #endif
1172 } 1170 }
1173
1174 #endif /* HAVE_FREETYPE */