Mercurial > mplayer.hg
comparison eosd.h @ 31934:30b03b5dbb3d
Add #ifdefs to fix build with ASS disabled.
author | cigaes |
---|---|
date | Thu, 26 Aug 2010 11:20:50 +0000 |
parents | 47c6a74eba0f |
children | 710e01dbd994 |
comparison
equal
deleted
inserted
replaced
31933:8333c848a93c | 31934:30b03b5dbb3d |
---|---|
23 #define MPLAYER_EOSD_H | 23 #define MPLAYER_EOSD_H |
24 | 24 |
25 void eosd_init(vf_instance_t *); | 25 void eosd_init(vf_instance_t *); |
26 | 26 |
27 void eosd_configure(mp_eosd_res_t *, int); | 27 void eosd_configure(mp_eosd_res_t *, int); |
28 ASS_Image *eosd_render_frame(double, int *); | 28 struct ass_image *eosd_render_frame(double, int *); |
29 void eosd_uninit(void); | 29 void eosd_uninit(void); |
30 | 30 |
31 void eosd_ass_init(ASS_Library *); | 31 void eosd_ass_init(struct ass_library *); |
32 | 32 |
33 #endif /* MPLAYER_EOSD_H */ | 33 #endif /* MPLAYER_EOSD_H */ |