summaryrefslogtreecommitdiffstats
path: root/sub
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-03-16 13:31:48 +0100
committerwm4 <wm4@nowhere>2016-03-16 13:31:48 +0100
commit7258e92250b2e0c4d46f8054a33fb81796b6e1da (patch)
treee706e08e480b790564f8b25241b47532521955d3 /sub
parentd756dd8cbf5089d57a0daacfaf20e662df333c7a (diff)
downloadmpv-7258e92250b2e0c4d46f8054a33fb81796b6e1da.tar.bz2
mpv-7258e92250b2e0c4d46f8054a33fb81796b6e1da.tar.xz
osd: fix build with --disable-libass
Diffstat (limited to 'sub')
-rw-r--r--sub/osd_dummy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/osd_dummy.c b/sub/osd_dummy.c
index 061f6446c3..5c3cc76200 100644
--- a/sub/osd_dummy.c
+++ b/sub/osd_dummy.c
@@ -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)
{
}