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
Display More