1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00
vlc/modules/text_renderer
Johannes Kauffmann a2ada8aa1b text_renderer: freetype: fix function signature
All other _GetFamily functions have the last argument as const. It fixes
the following warning:

../modules/text_renderer/freetype/platform_fonts.c:925:26: warning: incompatible function pointer types ... [-Wincompatible-function-pointer-types]
    fs->pf_select_family = StaticMap_GetFamily;
                         ^ ~~~~~~~~~~~~~~~~~~~
2022-12-15 12:52:10 +00:00
..
freetype text_renderer: freetype: fix function signature 2022-12-15 12:52:10 +00:00
Makefile.am modules: add LIBCOMCXXFLAGS to C++ modules using LIBCOM 2022-03-17 14:31:11 +00:00
nsspeechsynthesizer.m plugins: purge use of set_category() 2021-12-20 09:45:01 +00:00
sapi.cpp add "too technical" to translate note to some plugin text 2022-01-29 07:56:05 +00:00
svg.c plugins: purge use of set_category() 2021-12-20 09:45:01 +00:00
tdummy.c filters: use macro to set the typed Open callback for text renderer filters 2020-10-13 09:21:32 +02:00