From 6023874828599e37e14056e5fc10325adfdba50c Mon Sep 17 00:00:00 2001 From: reimar Date: Thu, 24 Dec 2009 10:51:24 +0000 Subject: Some ugly hacks to make compiling against a newer external version of libass work. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30107 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mpcommon.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mpcommon.h') diff --git a/mpcommon.h b/mpcommon.h index 486faa7012..6137c72e4f 100644 --- a/mpcommon.h +++ b/mpcommon.h @@ -4,9 +4,10 @@ #include "subreader.h" #include "libmpdemux/demuxer.h" #include "libmpdemux/stheader.h" +#include "libass/ass_mp.h" extern double sub_last_pts; -extern struct ass_track_s *ass_track; +extern ass_track_t *ass_track; extern subtitle *vo_sub_last; void print_version(const char* name); -- cgit v1.2.3