blob: 40bfdfcc137104218f2daf01e79f33184e4edb55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
This file is part of MXE.
See index.html for further information.
diff -ur libbluray-0.4.0.orig/src/libbluray/decoders/textst_render.c libbluray-0.4.0/src/libbluray/decoders/textst_render.c
--- libbluray-0.4.0.orig/src/libbluray/decoders/textst_render.c 2013-12-26 17:53:01.000000000 +1100
+++ libbluray-0.4.0/src/libbluray/decoders/textst_render.c 2013-12-26 17:54:24.000000000 +1100
@@ -30,7 +30,7 @@
#ifdef HAVE_FT2
#include <ft2build.h>
#include FT_FREETYPE_H
-#include <freetype/ftsynth.h>
+#include <freetype2/ftsynth.h>
#endif
#include "textst_render.h"
|