comparison eosd.c @ 32209:ef21cbba62ee

Move libass/ass_mp.[ch] ---> ass_mp.[ch]. ass_mp.[ch] is not part of libass and no other external library glue code is kept in the same directory as the imported external library.
author diego
date Fri, 17 Sep 2010 15:13:37 +0000
parents 76e3148cacce
children b4c3659d16b1
comparison
equal deleted inserted replaced
32208:4cd07921bec2 32209:ef21cbba62ee
21 21
22 #include "mpcommon.h" 22 #include "mpcommon.h"
23 #include "libmpcodecs/vf.h" 23 #include "libmpcodecs/vf.h"
24 #include "libvo/video_out.h" 24 #include "libvo/video_out.h"
25 #include "libvo/sub.h" 25 #include "libvo/sub.h"
26 #include "libass/ass_mp.h" 26 #include "ass_mp.h"
27 #include "eosd.h" 27 #include "eosd.h"
28 28
29 #ifdef CONFIG_ASS 29 #ifdef CONFIG_ASS
30 static ASS_Renderer *ass_renderer; 30 static ASS_Renderer *ass_renderer;
31 int prev_visibility; 31 int prev_visibility;