From 65523a385dc7434df9f4a6bbd719f47dd03c5c4e Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Sun, 23 Dec 2018 22:35:01 +0100 Subject: [PATCH] - lib/hardware: align to latest changes in libstb-hal repo Signed-off-by: Thilo Graf include: fix build after libstb-hal changes --- lib/hardware/video.h | 2 +- src/neutrino.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/hardware/video.h b/lib/hardware/video.h index 6da4b2929..eed9e9546 100644 --- a/lib/hardware/video.h +++ b/lib/hardware/video.h @@ -2,7 +2,7 @@ #include #include #elif USE_STB_HAL -#include +#include #include #else #error neither HAVE_COOL_HARDWARE nor USE_STB_HAL defined. diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 5691e54d2..888ffb18e 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -236,7 +236,7 @@ CNeutrinoApp::CNeutrinoApp() standby_pressed_at.tv_sec = 0; #if HAVE_TRIPLEDRAGON || USE_STB_HAL /* this needs to happen before the framebuffer is set up */ - init_td_api(); + hal_api_init(); // shutdown_td_api(); #endif osd_resolution_tmp = -1;