diff options
author | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2009-07-25 07:24:39 +0300 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2009-07-26 20:22:43 +0300 |
commit | 546c3fb53ce64fde5cba3e06012d244e73ae497a (patch) | |
tree | 8708989ac0b06edc091a71d73508ffc465fd669e /mpcommon.c | |
parent | 6fbcf16cfb0c6482bef87a0e8ac2162bca4cdbfd (diff) | |
download | mpv-546c3fb53ce64fde5cba3e06012d244e73ae497a.tar.bz2 mpv-546c3fb53ce64fde5cba3e06012d244e73ae497a.tar.xz |
Remove internal libass tree
Remove the libass/ directory and use the newest standalone version of
the library instead.
Diffstat (limited to 'mpcommon.c')
-rw-r--r-- | mpcommon.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mpcommon.c b/mpcommon.c index 053a46d5a4..83cf2b6881 100644 --- a/mpcommon.c +++ b/mpcommon.c @@ -22,8 +22,7 @@ double sub_last_pts = -303; #ifdef CONFIG_ASS -#include "libass/ass.h" -#include "libass/ass_mp.h" +#include "ass_mp.h" ass_track_t* ass_track = 0; // current track to render #endif |