funnyqert.blogg.se

Kodi 18.9 leia
Kodi 18.9 leia










How can I make the addon compile system get the proper KodiConfig.cmake, generated when I built Kodi? Where do I need to put it?įor clarifiication, I am using the method for building addons described in the documentation: That other KodiConfig.cmake has no definition for APP_RENDER_SYSTEM (it defines it as blank), and hence the addons are not built for gles.

kodi 18.9 leia

Instead, it creates a different file in xbmc/tools/depends/target/binary-addons/native/build/depends/lib/kodi/KodiConfig.cmake I assumed the addon build system would get it from there, but it does not. That file gets installed to the prefix, under share/kodi/cmake/. Okay, I see that, after building Kodi with -DAPP_RENDER_SYSTEM=gles, I get a KodiConfig.cmake with the line The add-on will look for the KodiConfig.cmake file and use the APP_RENDER_SYSTEM defined there. Yes as the add-on is dependent on how kodi was built. Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.

KODI 18.9 LEIA UPDATE

Note: Once the issue is made we require you to update it with new information or Kodi versions should that be required.

  • Try to use any screensaver or visualization.
  • Start Kodi on an ARM device with Linux GBM+GLES, and binary addons compiled using the instructions from Github page.
  • Is there any way of telling the addons to compile for GLES instead of GL, at compile time? I could not find any documentation about it. Actual BehaviorĪs a result, I only get a black screen, or no visualization at all (the Kodi UI simply stays the same). It should use OpenGLES for rendering, but according to that message, it looks like it is trying to use regular OpenGL instead. 19:36:54.491 T:547910407792 ERROR: AddOnLog: Pyro: GL: Error compiling vertex shader Expected Behavior 19:36:54.491 T:547910407792 ERROR: AddOnLog: Pyro: CVertexShader::Compile: 0:1: P0007: Language version '150' unknown, this compiler only supports up to version '320 es' When I try to start any screensaver or visualization, I get this message in the logs: That includes screensavers and visualizations. The problem is that I also compiled the binary addons, but all the addons that require GLES rendering don't work. I am using the ARM mali libraries for acceleration. Everything works perfect, with OpenGLES+GBM.

    kodi 18.9 leia kodi 18.9 leia

    I compiled Kodi 18.9 on Linux, Debian Buster, on different ARM single board computers, namely Asus Tinker Board, Rockpi 4b, Odroid XU4, etc.










    Kodi 18.9 leia