Where can I find out how kodi is configured for LibreElec for ODROID-C2
#1
Is there a text file somewhere that will detail the cmake step (all the options) that are used for the ODROID-C2 version of LibreElec?  I'd like to compare them to how the kodi package for ODROID-C2 is built on Arch ARM.  Thanks!

For example, currently, this is the cmake step (just wondering if there are some hardware-specific optimizations that could be enabled, etc):
Code:
  cmake -DCMAKE_INSTALL_PREFIX=/usr \
    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
    -DENABLE_EVENTCLIENTS=ON \
    -DLIRC_DEVICE=/run/lirc/lircd \
    -DENABLE_AML=ON \
    -DENABLE_OPENGL=OFF \
    -DENABLE_OPENGLES=ON \
    -DENABLE_PULSEAUDIO=OFF \
    -DENABLE_VAAPI=OFF \
    -DENABLE_VDPAU=OFF \
    -DENABLE_X11=OFF \
    ../"xbmc-$_commit"/project/cmake
Need help programming a Streamzap remote?
Reply
#2
You might be better asking that on their forum directly.

https://forum.libreelec.tv
|Banned add-ons (wiki)|Forum rules (wiki)|VPN policy (wiki)|First time user (wiki)|FAQs (wiki) Troubleshooting (wiki)|Add-ons (wiki)|Free content (wiki)|Debug Log (wiki)|

Kodi Blog Posts
Reply
#3
Good idea, thanks.
Need help programming a Streamzap remote?
Reply

Logout Mark Read Team Forum Stats Members Help
Where can I find out how kodi is configured for LibreElec for ODROID-C20