summaryrefslogtreecommitdiffstats
path: root/sub/osd_dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'sub/osd_dummy.c')
-rw-r--r--sub/osd_dummy.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sub/osd_dummy.c b/sub/osd_dummy.c
index 1982870248..061f6446c3 100644
--- a/sub/osd_dummy.c
+++ b/sub/osd_dummy.c
@@ -26,3 +26,8 @@ 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,
+ char *text)
+{
+}