comparison subreader.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 c3b7fc7eb796
children acbe908638b2
comparison
equal deleted inserted replaced
32208:4cd07921bec2 32209:ef21cbba62ee
27 #include <ctype.h> 27 #include <ctype.h>
28 28
29 #include <sys/types.h> 29 #include <sys/types.h>
30 #include <dirent.h> 30 #include <dirent.h>
31 31
32 #include "ass_mp.h"
32 #include "config.h" 33 #include "config.h"
33 #include "mp_msg.h" 34 #include "mp_msg.h"
34 #include "mpcommon.h" 35 #include "mpcommon.h"
35 #include "subreader.h" 36 #include "subreader.h"
36 #include "subassconvert.h" 37 #include "subassconvert.h"
37 #include "libvo/sub.h" 38 #include "libvo/sub.h"
38 #include "stream/stream.h" 39 #include "stream/stream.h"
39 #include "libavutil/common.h" 40 #include "libavutil/common.h"
40 #include "libavutil/avstring.h" 41 #include "libavutil/avstring.h"
41 #include "libass/ass_mp.h"
42 42
43 #ifdef CONFIG_ENCA 43 #ifdef CONFIG_ENCA
44 #include <enca.h> 44 #include <enca.h>
45 #endif 45 #endif
46 46