[vlc-commits] Freetype: don't use deprecated Fribidi functions
Jean-Baptiste Kempf
git at videolan.org
Thu Nov 5 23:26:45 CET 2015
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Nov 5 23:26:18 2015 +0100| [17e9c422d795270aa76bde93202df5f2c8283d9e] | committer: Jean-Baptiste Kempf
Freetype: don't use deprecated Fribidi functions
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=17e9c422d795270aa76bde93202df5f2c8283d9e
---
modules/text_renderer/text_layout.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/text_renderer/text_layout.c b/modules/text_renderer/text_layout.c
index f0d6fc5..77c5969 100644
--- a/modules/text_renderer/text_layout.c
+++ b/modules/text_renderer/text_layout.c
@@ -52,6 +52,7 @@
/* RTL */
#if defined(HAVE_FRIBIDI)
+# define FRIBIDI_NO_DEPRECATED 1
# include <fribidi.h>
#endif
More information about the vlc-commits
mailing list