Fix compilation error on unix when using internal libass

Originally committed to SVN as r4848.
This commit is contained in:
Thomas Goyne 2010-11-18 04:31:38 +00:00
parent ea5a042046
commit c571f64f86
2 changed files with 3 additions and 2 deletions

View file

@ -253,7 +253,7 @@
> >
</File> </File>
<File <File
RelativePath="..\..\libass\msvc\config.h" RelativePath="..\..\libass\config.h"
> >
</File> </File>
</Filter> </Filter>

View file

@ -1,4 +1,4 @@
//#define CONFIG_ENCA 1 #ifdef _MSVC
#define CONFIG_FONTCONFIG 1 #define CONFIG_FONTCONFIG 1
#define CONFIG_ICONV 1 #define CONFIG_ICONV 1
@ -7,3 +7,4 @@
#define strtoll(p, e, b) _strtoi64(p, e, b) #define strtoll(p, e, b) _strtoi64(p, e, b)
#define M_PI 3.1415926535897932384626433832795 #define M_PI 3.1415926535897932384626433832795
#endif