From 004020b662f36e2e4bc9347338d7b68844cdd89c Mon Sep 17 00:00:00 2001
From: Thomas Goyne <plorkyeran@aegisub.org>
Date: Sun, 19 Jan 2014 16:55:17 -0800
Subject: [PATCH] Build libass without iconv support

We only ever feed UTF-8 to it, and it doesn't check whether the input is
UTF-8 before converting.
---
 aegisub/build/libass/config.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/aegisub/build/libass/config.h b/aegisub/build/libass/config.h
index 8309fa852..066605c3b 100644
--- a/aegisub/build/libass/config.h
+++ b/aegisub/build/libass/config.h
@@ -2,6 +2,5 @@
 #define _CRT_NONSTDC_NO_DEPRECATE
 
 #define CONFIG_FONTCONFIG 1
-#define CONFIG_ICONV 1
 
 #define M_PI 3.1415926535897932384626433832795
-- 
GitLab