14 lines
389 B
Diff
14 lines
389 B
Diff
|
diff --git a/src/libbluray/decoders/textst_render.c b/src/libbluray/decoders/textst_render.c
|
||
|
index 780b640..ffcb1bd 100644
|
||
|
--- a/src/libbluray/decoders/textst_render.c
|
||
|
+++ b/src/libbluray/decoders/textst_render.c
|
||
|
@@ -30,7 +30,7 @@
|
||
|
#ifdef HAVE_FT2
|
||
|
#include <ft2build.h>
|
||
|
#include FT_FREETYPE_H
|
||
|
-#include <freetype/ftsynth.h>
|
||
|
+#include FT_SYNTHESIS_H
|
||
|
#endif
|
||
|
|
||
|
#include "textst_render.h"
|