summaryrefslogtreecommitdiffstats
path: root/libass/ass_render.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_render.h')
-rw-r--r--libass/ass_render.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libass/ass_render.h b/libass/ass_render.h
index ceebea1..b664c79 100644
--- a/libass/ass_render.h
+++ b/libass/ass_render.h
@@ -38,7 +38,7 @@ typedef struct ass_shaper ASS_Shaper;
#include "ass_bitmap.h"
#include "ass_cache.h"
#include "ass_utils.h"
-#include "ass_fontconfig.h"
+#include "ass_fontselect.h"
#include "ass_library.h"
#include "ass_drawing.h"
#include "ass_bitmap.h"
@@ -294,7 +294,7 @@ typedef struct {
struct ass_renderer {
ASS_Library *library;
FT_Library ftlibrary;
- FCInstance *fontconfig_priv;
+ ASS_FontSelector *fontselect;
ASS_Settings settings;
int render_id;
ASS_Shaper *shaper;