Kodi Community Forum
Color management with GLES - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Color management with GLES (/showthread.php?tid=373168)



Color management with GLES - jpalus - 2023-05-17

I've noticed this condition when searching for why color management options are not available:
xbmc/video/dialogs/CMakeLists.txt:
if(OPENGL_FOUND OR CORE_SYSTEM_NAME STREQUAL windows OR CORE_SYSTEM_NAME STREQUAL windowsstore)
  list(APPEND SOURCES GUIDialogCMSSettings.cpp)
  list(APPEND HEADERS GUIDialogCMSSettings.h)
endif()

Does that mean GLES is not suitable for color management or perhaps there should be OR OPENGLES_FOUND there too?