mirror of https://github.com/mpv-player/mpv
osd: fix build with --disable-libass
This commit is contained in:
parent
d756dd8cbf
commit
7258e92250
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue