Advertisement
Guest User

c-ruz-libvdpau-sunxi

a guest
Mar 27th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. root@cubieboard4:/opt/libvdpau-sunxi-original# make
  2. cc -MD -MP -MQ device.o -fpic -fvisibility=hidden -Wall -O3 -I/usr/include/pixman-1 -c device.c -o device.o
  3. In file included from vdpau_private.h:31:0,
  4. from device.c:24:
  5. /usr/include/X11/Xlib.h:499:26: error: conflicting types for ‘Display’
  6. typedef struct _XDisplay Display;
  7. ^
  8. In file included from vdpau_private.h:30:0,
  9. from device.c:24:
  10. /usr/local/include/vdpau/vdpau_x11.h:48:15: note: previous declaration of ‘Display’ was here
  11. typedef void* Display;
  12. ^
  13. device.c:26:11: error: conflicting types for ‘vdp_imp_device_create_x11’
  14. VdpStatus vdp_imp_device_create_x11(Display *display,
  15. ^
  16. In file included from device.c:24:0:
  17. vdpau_private.h:189:27: note: previous declaration of ‘vdp_imp_device_create_x11’ was here
  18. EXPORT VdpDeviceCreateX11 vdp_imp_device_create_x11;
  19. ^
  20. make: *** [device.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement