aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Rusak <lorusak@gmail.com>2017-11-30 19:58:03 -0800
committerLukas Rusak <lorusak@gmail.com>2017-11-30 20:19:10 -0800
commitf677847cf767a78b5a4f428b3d11f776f3e7ec89 (patch)
tree9aac77cac03022d8826f79d82b12e47e2fdae2ed
parent1b21b867b0396d02dec89d4be470354d1752243b (diff)
windowing/gbm: register RPProcessInfoGbm
-rw-r--r--xbmc/windowing/gbm/WinSystemGbmGLESContext.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/xbmc/windowing/gbm/WinSystemGbmGLESContext.cpp b/xbmc/windowing/gbm/WinSystemGbmGLESContext.cpp
index 67a9718beb..bb8b605250 100644
--- a/xbmc/windowing/gbm/WinSystemGbmGLESContext.cpp
+++ b/xbmc/windowing/gbm/WinSystemGbmGLESContext.cpp
@@ -21,7 +21,7 @@
#include "cores/VideoPlayer/DVDCodecs/Video/DVDVideoCodecDRMPRIME.h"
#include "cores/VideoPlayer/VideoRenderers/HwDecRender/RendererDRMPRIME.h"
-#include "cores/RetroPlayer/process/RPProcessInfo.h"
+#include "cores/RetroPlayer/process/gbm/RPProcessInfoGbm.h"
#include "cores/RetroPlayer/rendering/VideoRenderers/RPRendererGuiTexture.h"
#include "cores/VideoPlayer/DVDCodecs/DVDFactoryCodec.h"
#include "cores/VideoPlayer/VideoRenderers/LinuxRendererGLES.h"
@@ -61,7 +61,8 @@ class CVaapiProxy
bool CWinSystemGbmGLESContext::InitWindowSystem()
{
CLinuxRendererGLES::Register();
- RETRO::CRPProcessInfo::RegisterRendererFactory(new RETRO::CRendererFactoryGuiTexture);
+ RETRO::CRPProcessInfoGbm::Register();
+ RETRO::CRPProcessInfoGbm::RegisterRendererFactory(new RETRO::CRendererFactoryGuiTexture);
if (!CWinSystemGbm::InitWindowSystem())
{