diff options
author | 2025-06-20 11:25:57 +0000 | |
---|---|---|
committer | 2025-06-20 11:25:57 +0000 | |
commit | ca4c0ebadbf2c35769d0526fbeaeb301be70f15b (patch) | |
tree | d0522fd840337db3ac4a0bd4ef428f69c86c9942 /src/memdmp/vlc4/fribidi_allow_deprecated.patch | |
parent | b6af7622a8508b8005c670a4d84a84de8720d6b0 (diff) | |
download | alpine-packages-vlc4.tar.gz alpine-packages-vlc4.tar.bz2 alpine-packages-vlc4.tar.lz alpine-packages-vlc4.zip |
chore: tmp
Diffstat (limited to 'src/memdmp/vlc4/fribidi_allow_deprecated.patch')
-rw-r--r-- | src/memdmp/vlc4/fribidi_allow_deprecated.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/memdmp/vlc4/fribidi_allow_deprecated.patch b/src/memdmp/vlc4/fribidi_allow_deprecated.patch new file mode 100644 index 0000000..ca15ea2 --- /dev/null +++ b/src/memdmp/vlc4/fribidi_allow_deprecated.patch @@ -0,0 +1,10 @@ +--- 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 + |