[libbluray-devel] Fix freetype include
anonymous
git at videolan.org
Sat Nov 16 17:53:01 CET 2013
libbluray | branch: master | anonymous <anonymous at anonymous.org> | Sat Nov 16 18:52:45 2013 +0200| [555a917995c14adbbd1b7a8b9b56a7462b483d80] | committer: anonymous
Fix freetype include
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=555a917995c14adbbd1b7a8b9b56a7462b483d80
---
src/libbluray/decoders/textst_render.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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"
More information about the libbluray-devel
mailing list