1. I try compile libreelec from latest git sourse and get error :
compile error
/home/ksv/-libreelec/http://LibreELEC.tv/build.LibreELEC-myIntel.x86_64-9.0-devel/kodi-423072a/xbmc/cores/VideoPlayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.cpp: In member function 'IHardwareDecoder* CDVDVideoCodecFFmpeg::CreateVideoDecoderHW(AVPixelFormat, CProcessInfo&)':
/home/ksv/-libreelec/http://LibreELEC.tv/build.LibreELEC-myIntel.x86_64-9.0-devel/kodi-423072a/xbmc/cores/VideoPlayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.cpp:1194:6: error: 'VDPAU' has not been declared
if(VDPAU::CDecoder::IsVDPAUFormat(pixfmt) && CServiceBroker::GetSettings().GetBool(CSettings::SETTING_VIDEOPLAYER_USEVDPAU))
^~~~~
/home/ksv/-libreelec/http://LibreELEC.tv/build.LibreELEC-myIntel.x86_64-9.0-devel/kodi-423072a/xbmc/cores/VideoPlayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.cpp:1195:16: error: 'VDPAU' does not name a type
return new VDPAU::CDecoder(m_processInfo);
^~~~~
/home/ksv/-libreelec/http://LibreELEC.tv/build.LibreELEC-myIntel.x86_64-9.0-devel/kodi-423072a/xbmc/cores/VideoPlayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.cpp:1195:21: error: expected ';' before '::' token
return new VDPAU::CDecoder(m_processInfo);
^~
I configure in "options" VDPAU=no and VAAPI=yes
2. I dont need CEC and NFS - configure in "options" CEC_SUPPORT=no KODI_NFS_SUPPORT=no NFS_SUPPORT=no, but have error "CEC support enabled, but not found".
If edit CMakeLists.txt in unpacked "kodi-423072a" source and delete from "set(dyload_optional" strings NFS & CEC - then have error N:1