1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/vlc/fribidi_allow_deprecated.patch
2018-07-25 14:25:00 +00:00

10 lines
225 B
Diff

--- a/modules/text_renderer/freetype/text_layout.c
+++ b/modules/text_renderer/freetype/text_layout.c
@@ -52,7 +52,6 @@
/* RTL */
#if defined(HAVE_FRIBIDI)
-# define FRIBIDI_NO_DEPRECATED 1
# include <fribidi.h>
#endif