From bd78a82b032a48d9f382c56ddc72529a047c0893 Mon Sep 17 00:00:00 2001 From: Oleg Oshmyan Date: Sun, 12 Mar 2017 18:31:36 +0200 Subject: Remove Fontconfig on Windows (#610) * Remove Fontconfig on Windows Let libass use its DirectWrite font provider backend instead of Fontconfig. This eliminates Fontconfig's font cache generation delay that occurred at the start of an encode after a system font was (un)installed or when HandBrake was installed and used to burn text subtitles for the first time. * Remove LibHB's dependency on Fontconfig when it's not used --- make/include/main.defs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'make') diff --git a/make/include/main.defs b/make/include/main.defs index a2ca1ded8..07bdd31cb 100644 --- a/make/include/main.defs +++ b/make/include/main.defs @@ -41,10 +41,6 @@ ifneq ($(HAS.bz2),1) endif endif -ifneq (,$(filter $(BUILD.system),cygwin mingw)) - MODULES += contrib/fontconfig -endif - ifneq (,$(filter $(BUILD.system),darwin cygwin mingw)) MODULES += contrib/freetype MODULES += contrib/fribidi -- cgit v1.2.3