From fde784129f4b94b6fa8b2293127c41dc140b7d3a Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 20 Jul 2016 20:52:08 +0200 Subject: x11: stop using vo.event_fd Instead let it do its own event loop wakeup handling. --- video/out/vo_vaapi.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'video/out/vo_vaapi.c') diff --git a/video/out/vo_vaapi.c b/video/out/vo_vaapi.c index 11bb469b24..612879321e 100644 --- a/video/out/vo_vaapi.c +++ b/video/out/vo_vaapi.c @@ -682,6 +682,8 @@ const struct vo_driver video_out_vaapi = { .control = control, .draw_image = draw_image, .flip_page = flip_page, + .wakeup = vo_x11_wakeup, + .wait_events = vo_x11_wait_events, .uninit = uninit, .priv_size = sizeof(struct priv), .priv_defaults = &(const struct priv) { -- cgit v1.2.3