osd: fix build with --disable-libass

This commit is contained in:
wm4 2016-03-16 13:31:48 +01:00
parent d756dd8cbf
commit 7258e92250
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ void osd_object_get_bitmaps(struct osd_state *osd, struct osd_object *obj,
*out_imgs = (struct sub_bitmaps) {0};
}
void osd_set_external(struct osd_state *osd, char *id, int res_x, int res_y,
void osd_set_external(struct osd_state *osd, void *id, int res_x, int res_y,
char *text)
{
}