From 546c3fb53ce64fde5cba3e06012d244e73ae497a Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Sat, 25 Jul 2009 07:24:39 +0300 Subject: Remove internal libass tree Remove the libass/ directory and use the newest standalone version of the library instead. --- mpcommon.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mpcommon.c') 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 -- cgit v1.2.3