diff 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
line wrap: on
line diff
--- a/eosd.h	Wed Aug 25 16:34:39 2010 +0000
+++ b/eosd.h	Thu Aug 26 11:20:50 2010 +0000
@@ -25,9 +25,9 @@
 void eosd_init(vf_instance_t *);
 
 void eosd_configure(mp_eosd_res_t *, int);
-ASS_Image *eosd_render_frame(double, int *);
+struct ass_image *eosd_render_frame(double, int *);
 void eosd_uninit(void);
 
-void eosd_ass_init(ASS_Library *);
+void eosd_ass_init(struct ass_library *);
 
 #endif /* MPLAYER_EOSD_H */