From 747892209f0e4a18562099e419ab8f57cbeb3f59 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 17 Oct 2017 09:28:00 +0200 Subject: vo_rpi: fix build (probably) Untested. If it works, fixes #4919. --- video/out/vo_rpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/vo_rpi.c') diff --git a/video/out/vo_rpi.c b/video/out/vo_rpi.c index 8b819af163..4322a3f478 100644 --- a/video/out/vo_rpi.c +++ b/video/out/vo_rpi.c @@ -261,7 +261,7 @@ static void update_osd(struct vo *vo) MP_STATS(vo, "start rpi_osd"); struct vo_frame frame = {0}; - struct fbodst target = { + struct ra_fbo target = { .tex = ra_create_wrapped_fb(p->egl.ra, 0, p->osd_res.w, p->osd_res.h), .flip = true, }; -- cgit v1.2.3