Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CPP xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.o
- In file included from /usr/include/GL/gl.h:2059:0,
- from /usr/include/GL/glx.h:32,
- from VDPAU.h:48,
- from DVDVideoCodecFFmpeg.cpp:53:
- /usr/include/GL/glext.h:468:19: error: conflicting declaration ‘typedef ptrdiff_t GLsizeiptr’
- typedef ptrdiff_t GLsizeiptr;
- ^
- In file included from /home/odroid/Downloads/xbmc/xbmc/system_gl.h:51:0,
- from VDPAU.h:41,
- from DVDVideoCodecFFmpeg.cpp:53:
- /usr/include/GLES2/gl2.h:69:25: error: ‘GLsizeiptr’ has a previous declaration as ‘typedef khronos_ssize_t GLsizeiptr’
- typedef khronos_ssize_t GLsizeiptr;
- ^
- In file included from /usr/include/GL/gl.h:2059:0,
- from /usr/include/GL/glx.h:32,
- from VDPAU.h:48,
- from DVDVideoCodecFFmpeg.cpp:53:
- /usr/include/GL/glext.h:469:19: error: conflicting declaration ‘typedef ptrdiff_t GLintptr’
- typedef ptrdiff_t GLintptr;
- ^
- In file included from /home/odroid/Downloads/xbmc/xbmc/system_gl.h:51:0,
- from VDPAU.h:41,
- from DVDVideoCodecFFmpeg.cpp:53:
- /usr/include/GLES2/gl2.h:70:26: error: ‘GLintptr’ has a previous declaration as ‘typedef khronos_intptr_t GLintptr’
- typedef khronos_intptr_t GLintptr;
- ^
- make[1]: *** [DVDVideoCodecFFmpeg.o] Error 1
- make: *** [xbmc/cores/dvdplayer/DVDCodecs/Video/Video.a] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement