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. --- mplayer.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'mplayer.c') diff --git a/mplayer.c b/mplayer.c index ac02447eb5..8697e47a85 100644 --- a/mplayer.c +++ b/mplayer.c @@ -309,10 +309,7 @@ char *vobsub_name=NULL; int subcc_enabled=0; int suboverlap_enabled = 1; -#ifdef CONFIG_ASS -#include "libass/ass.h" -#include "libass/ass_mp.h" -#endif +#include "ass_mp.h" char* current_module=NULL; // for debugging -- cgit v1.2.3