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:
Thomas Goyne 2011-07-20 20:09:03 +00:00
parent 52e60f09dc
commit 6f22088b06

View file

@ -42,7 +42,7 @@ extern "C" {
#include "stdint.h"
#endif
#include "../libass/ass.h"
#include <ass/ass.h>
}
class FontConfigCacheThread;