From 1ac52a24d61ad49747a6bdbe82c0f699c93b6fe0 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 30 Jan 2021 08:58:45 -0500 Subject: [PATCH] meson: disable gdi_fontselect for now This one continues to be controversial, so for now the plan will be to report issues upstream that come up as a result of this being removed --- src/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meson.build b/src/meson.build index 1c643ea09..4a601f41a 100644 --- a/src/meson.build +++ b/src/meson.build @@ -173,7 +173,7 @@ elif host_machine.system() == 'windows' aegisub_src += [ 'avisynth_wrap.cpp', 'font_file_lister_gdi.cpp', - 'libass_gdi_fontselect.cpp', + # 'libass_gdi_fontselect.cpp', 'video_provider_avs.cpp', ]