Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 118902
Collapse All | Expand All

(-)MPlayer-1.0pre7try2.orig/libvo/font_load_ft.c (-1 / +2 lines)
Lines 11-16 Link Here
11
11
12
#include "config.h"
12
#include "config.h"
13
13
14
int font_fontconfig = 0;
15
14
#ifdef HAVE_FREETYPE
16
#ifdef HAVE_FREETYPE
15
17
16
#include <stdio.h>
18
#include <stdio.h>
Lines 56-62 Link Here
56
int force_load_font;
58
int force_load_font;
57
59
58
int using_freetype = 0;
60
int using_freetype = 0;
59
int font_fontconfig = 0;
60
61
61
//// constants
62
//// constants
62
static unsigned int const colors = 256;
63
static unsigned int const colors = 256;

Return to bug 118902