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
This commit is contained in:
Ryan 2021-01-30 08:58:45 -05:00
parent 7d9feca578
commit 1ac52a24d6
1 changed files with 1 additions and 1 deletions

View File

@ -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',
]