Bug 88616: add missing include - Michael Olbrich <m.olbrich@pengutronix.de> - 1/20/2015 Back to Bug | Your Reviews | Help
Attachment 112522: patch - Michael Olbrich <m.olbrich@pengutronix.de> - 1/20/2015 (View )

Show Quick Help

From: Michael Olbrich <m.olbrich@pengutronix.de>
Date: Mon, 4 Aug 2014 19:05:18 +0200
Subject: [PATCH] add missing include
Without this building without HAVE_VA_X11 fails with:
[...]
In file included from i965_drv_video.c:37:0:
i965_output_wayland.h:31:26: error: unknown type name 'VADriverContextP'
i965_output_wayland.h:34:31: error: unknown type name 'VADriverContextP'
i965_drv_video.c:5243:9: error: 'i965_output_wayland_init' undeclared here (not in a function)
i965_drv_video.c:5244:9: error: 'i965_output_wayland_terminate' undeclared here (not in a function)
[....]
---
src/i965_output_wayland.h | 1 +
1 file changed, 1 insertion(+)
<Overall Comment>
Powered by Splinter

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.