forked from mia/Aegisub
Fix compilation error on unix when using internal libass
Originally committed to SVN as r4848.
This commit is contained in:
parent
ea5a042046
commit
c571f64f86
2 changed files with 3 additions and 2 deletions
|
@ -253,7 +253,7 @@
|
|||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\libass\msvc\config.h"
|
||||
RelativePath="..\..\libass\config.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//#define CONFIG_ENCA 1
|
||||
#ifdef _MSVC
|
||||
#define CONFIG_FONTCONFIG 1
|
||||
#define CONFIG_ICONV 1
|
||||
|
||||
|
@ -7,3 +7,4 @@
|
|||
#define strtoll(p, e, b) _strtoi64(p, e, b)
|
||||
|
||||
#define M_PI 3.1415926535897932384626433832795
|
||||
#endif
|
Loading…
Reference in a new issue