From 43fd0173438e49d24b816f39f910c4189c7c23b1 Mon Sep 17 00:00:00 2001 From: max_10 Date: Wed, 26 Dec 2018 17:21:45 +0100 Subject: [PATCH] neutrino.cpp: customization to libstb-hal align init/exit function names Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/bb153159fc45194aee382152565578a82668dbde Author: max_10 Date: 2018-12-26 (Wed, 26 Dec 2018) Origin message was: ------------------ - neutrino.cpp: customization to libstb-hal align init/exit function names --- src/neutrino.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 8bafc152f..3eb8e961d 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -237,10 +237,9 @@ CNeutrinoApp::CNeutrinoApp() : configfile('\t') { standby_pressed_at.tv_sec = 0; -#if HAVE_TRIPLEDRAGON || USE_STB_HAL +#if USE_STB_HAL /* this needs to happen before the framebuffer is set up */ - init_td_api(); - // shutdown_td_api(); + hal_api_init(); #endif osd_resolution_tmp = -1; frameBufferInitialized = false;