libbluray | branch: master | ace20022 <[email protected]> | Tue Mar 24 
16:38:57 2015 +0100| [c7dee2830c1bc2822d258570cf66682a575497f6] | committer: 
hpi1

Fix build without freetype support.

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=c7dee2830c1bc2822d258570cf66682a575497f6
---

 src/libbluray/decoders/textst_render.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/libbluray/decoders/textst_render.c 
b/src/libbluray/decoders/textst_render.c
index d90e787..3cbd66d 100644
--- a/src/libbluray/decoders/textst_render.c
+++ b/src/libbluray/decoders/textst_render.c
@@ -47,8 +47,10 @@
  */
 
 typedef struct {
+#ifdef HAVE_FT2
   FT_Face  face;
   void    *mem;
+#endif
 } FONT_DATA;
 
 struct textst_render {

_______________________________________________
libbluray-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/libbluray-devel

Reply via email to