Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "LinuxRendererGLES.h"
#include "RenderCapture.h"
#include "RenderCaptureGLES.h"
#include "RenderFactory.h"
#include "ServiceBroker.h"
#include "VideoShaders/VideoFilterShaderGLES.h"
#include "VideoShaders/YUV2RGBShaderGLES.h"
#include "application/Application.h"
#include "cores/IPlayer.h"
#include "guilib/Texture.h"
#include "rendering/MatrixGL.h"
#include "rendering/gles/RenderSystemGLES.h"
#include "settings/AdvancedSettings.h"
#include "settings/DisplaySettings.h"
#include "settings/MediaSettings.h"
#include "settings/Settings.h"
#include "settings/SettingsComponent.h"
#include "utils/GLUtils.h"
#include "utils/MathUtils.h"
#include "utils/log.h"
#include "windowing/WinSystem.h"
#include <mutex>