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.
This commit is contained in:
parent
1cf0100d5a
commit
e4e7457d7d
1 changed files with 0 additions and 1 deletions
|
@ -2,6 +2,5 @@
|
|||
#define _CRT_NONSTDC_NO_DEPRECATE
|
||||
|
||||
#define CONFIG_FONTCONFIG 1
|
||||
#define CONFIG_ICONV 1
|
||||
|
||||
#define M_PI 3.1415926535897932384626433832795
|
||||
|
|
Loading…
Reference in a new issue