mirror of https://github.com/odrling/Aegisub
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:
parent
7d9feca578
commit
1ac52a24d6
|
@ -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',
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue