Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. In file included from ../video/out/drm_atomic.c:23:0:
  2. ../video/out/drm_atomic.h:41:5: error: expected specifier-qualifier-list before 'drmModeAtomicReq'
  3. ../video/out/drm_atomic.h:48:46: error: expected ')' before '*' token
  4. ../video/out/drm_atomic.c:81:46: error: expected ')' before '*' token
  5. ../video/out/drm_atomic.c: In function 'drm_atomic_create_context':
  6. ../video/out/drm_atomic.c:184:35: error: 'DRM_PLANE_TYPE_OVERLAY' undeclared (first use in this function)
  7. ../video/out/drm_atomic.c:184:35: note: each undeclared identifier is reported only once for each function it appears in
  8. ../video/out/drm_atomic.c:188:39: error: 'DRM_PLANE_TYPE_PRIMARY' undeclared (first use in this function)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement