comparison libass/ass_mp.h @ 32056:cf6506824b4f

Add necessary config.h #include.
author diego
date Fri, 10 Sep 2010 21:54:39 +0000
parents 55dacfca4a43
children 4c2bbab833d1
comparison
equal deleted inserted replaced
32055:b8cc88eef14e 32056:cf6506824b4f
21 */ 21 */
22 22
23 #ifndef LIBASS_MP_H 23 #ifndef LIBASS_MP_H
24 #define LIBASS_MP_H 24 #define LIBASS_MP_H
25 25
26 #include "config.h"
26 #include <stdint.h> 27 #include <stdint.h>
27 28
28 #include "subreader.h" 29 #include "subreader.h"
29 #if defined(CONFIG_ASS_INTERNAL) || !defined(CONFIG_ASS) 30 #if defined(CONFIG_ASS_INTERNAL) || !defined(CONFIG_ASS)
30 #include "ass.h" 31 #include "ass.h"