Advertisement
Guest User

bug

a guest
Apr 16th, 2014
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. CPP xbmc/interfaces/python//home/rbej/OpenELEC.tv/build.OpenELEC-RPi.arm-devel/xbmc-0a5b020/xbmc/interfaces/python/generated/AddonModuleXbmc.o
  2. OMXVideo.cpp: In member function 'void COMXVideo::SetVideoRect(const CRect&, const CRect&, RENDER_STEREO_MODE, RENDER_STEREO_MODE)':
  3. OMXVideo.cpp:908:26: error: 'OMX_DISPLAY_MODE_STEREO_TOP_TO_TOP' was not declared in this scope
  4. configDisplay.mode = OMX_DISPLAY_MODE_STEREO_TOP_TO_TOP;
  5. ^
  6. OMXVideo.cpp:910:26: error: 'OMX_DISPLAY_MODE_STEREO_TOP_TO_LEFT' was not declared in this scope
  7. configDisplay.mode = OMX_DISPLAY_MODE_STEREO_TOP_TO_LEFT;
  8. ^
  9. OMXVideo.cpp:912:26: error: 'OMX_DISPLAY_MODE_STEREO_LEFT_TO_TOP' was not declared in this scope
  10. configDisplay.mode = OMX_DISPLAY_MODE_STEREO_LEFT_TO_TOP;
  11. ^
  12. OMXVideo.cpp:914:26: error: 'OMX_DISPLAY_MODE_STEREO_LEFT_TO_LEFT' was not declared in this scope
  13. configDisplay.mode = OMX_DISPLAY_MODE_STEREO_LEFT_TO_LEFT;
  14. ^
  15. In file included from OMXVideo.cpp:33:0:
  16. /home/rbej/OpenELEC.tv/build.OpenELEC-RPi.arm-devel/xbmc-0a5b020/xbmc/guilib/GraphicContext.h: At global scope:
  17. /home/rbej/OpenELEC.tv/build.OpenELEC-RPi.arm-devel/xbmc-0a5b020/xbmc/guilib/GraphicContext.h:287:150: warning: 'g_graphicsContext' defined but not used [-Wunused-variable]
  18. XBMC_GLOBAL(CGraphicContext,g_graphicsContext);
  19. ^
  20. /home/rbej/OpenELEC.tv/build.OpenELEC-RPi.arm-devel/xbmc-0a5b020/Makefile.include:95: recipe for target 'OMXVideo.o' failed
  21. make[2]: *** [OMXVideo.o] Error 1
  22. make[2]: Leaving directory '/home/rbej/OpenELEC.tv/build.OpenELEC-RPi.arm-devel/xbmc-0a5b020/xbmc/cores/omxplayer'
  23. Makefile:507: recipe for target 'xbmc/cores/omxplayer/omxplayer.a' failed
  24. make[1]: *** [xbmc/cores/omxplayer/omxplayer.a] Error 2
  25. make[1]: *** Waiting for unfinished jobs....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement