mirror of https://github.com/odrling/Aegisub
Remove the __WINDOWS__ around 'include "../libass/ass.h"', I didn't notice this
on my system since I have ass/ass.h in /usr/local/include. The header hasn't changed so no damage done, unless you don't have libass installed. Originally committed to SVN as r2169.
This commit is contained in:
parent
016dbfca80
commit
0607976605
|
@ -44,13 +44,7 @@ extern "C" {
|
|||
#include "stdint.h"
|
||||
#endif
|
||||
|
||||
#ifdef __WINDOWS__
|
||||
#include "../libass/ass.h"
|
||||
#else
|
||||
#include "ass/ass.h"
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
///////////////////
|
||||
// libass provider
|
||||
|
|
Loading…
Reference in New Issue