forked from mia/Aegisub
Update libass include path to not look for the now nonexistant in-repo copy
Originally committed to SVN as r5494.
This commit is contained in:
parent
52e60f09dc
commit
6f22088b06
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ extern "C" {
|
|||
#include "stdint.h"
|
||||
#endif
|
||||
|
||||
#include "../libass/ass.h"
|
||||
#include <ass/ass.h>
|
||||
}
|
||||
|
||||
class FontConfigCacheThread;
|
||||
|
|
Loading…
Reference in a new issue